[GH-ISSUE #945] Unable to build on Arch Linux (possibly newer versions of mono?). #818

Closed
opened 2026-02-26 00:33:39 +03:00 by kerem · 3 comments
Owner

Originally created by @k8ieone on GitHub (Jul 9, 2020).
Original GitHub issue: https://github.com/hirschmann/nbfc/issues/945

Describe the bug
The build fails on Arch Linux with messages about xbuild being deprecated.

To Reproduce

  1. Clone the repo on Arch Linux
  2. Start the build.sh script

Expected behavior
The build should finish without issues.

System information

  • operating system: Arch Linux
  • NBFC version: fc9fb97015
  • Mono version: Mono JIT compiler version 6.8.0 (makepkg/1d0d939dc30 Mon 29 Jun 2020 01:21:28 PM -03)
  • Build log is below

Additional context
Installing mono-msbuild and replacing xbuild with msbuild in the build script solves the problem.

nbfc package on Arch Linux doesn't actually use the build.sh script for building so it can be fixed in the AUR without touching the upstream. I already asked the maintainer to use msbuild.

This might become a problem later, when more distros update mono to newer versions.

Build log

==> Starting build()...
MSBuild auto-detection: using msbuild version '15.0' from '/usr/lib/mono/msbuild/15.0/bin'.
Restoring NuGet package Hardcodet.NotifyIcon.Wpf.1.0.8.
Restoring NuGet package Extended.Wpf.Toolkit.3.4.0.
Restoring NuGet package System.IO.Abstractions.2.1.0.256.
Restoring NuGet package FakeItEasy.4.9.1.
Restoring NuGet package clipr.1.6.0.1.
Restoring NuGet package MvvmLightLibs.5.4.1.1.
Restoring NuGet package CommonServiceLocator.2.0.4.
Restoring NuGet package NLog.4.5.10.
Adding package 'Hardcodet.NotifyIcon.Wpf.1.0.8' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'NLog.4.5.10' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'clipr.1.6.0.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'MvvmLightLibs.5.4.1.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'Extended.Wpf.Toolkit.3.4.0' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'CommonServiceLocator.2.0.4' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'System.IO.Abstractions.2.1.0.256' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'FakeItEasy.4.9.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'System.IO.Abstractions.2.1.0.256' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'clipr.1.6.0.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'CommonServiceLocator.2.0.4' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Restoring NuGet package xunit.abstractions.2.0.3.
Restoring NuGet package xunit.analyzers.0.10.0.
Restoring NuGet package xunit.2.4.1.
Added package 'Hardcodet.NotifyIcon.Wpf.1.0.8' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Restoring NuGet package xunit.assert.2.4.1.
Adding package 'xunit.abstractions.2.0.3' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'xunit.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'xunit.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Restoring NuGet package xunit.core.2.4.1.
Adding package 'xunit.analyzers.0.10.0' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'xunit.abstractions.2.0.3' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Restoring NuGet package xunit.extensibility.core.2.4.1.
Adding package 'xunit.assert.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'xunit.core.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'xunit.extensibility.core.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'xunit.core.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Restoring NuGet package xunit.extensibility.execution.2.4.1.
Added package 'xunit.analyzers.0.10.0' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Restoring NuGet package xunit.runner.visualstudio.2.4.1.
Added package 'MvvmLightLibs.5.4.1.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Restoring NuGet package System.IO.Abstractions.TestingHelpers.2.1.0.256.
Added package 'xunit.assert.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'Extended.Wpf.Toolkit.3.4.0' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'xunit.runner.visualstudio.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'FakeItEasy.4.9.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'xunit.extensibility.core.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'xunit.extensibility.execution.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Adding package 'System.IO.Abstractions.TestingHelpers.2.1.0.256' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'System.IO.Abstractions.TestingHelpers.2.1.0.256' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'xunit.runner.visualstudio.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'xunit.extensibility.execution.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'
Added package 'NLog.4.5.10' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages'

NuGet Config files used:
    /home/satcom886/.config/NuGet/NuGet.Config

Feeds used:
    /home/satcom886/.nuget/packages/
    https://api.nuget.org/v3/index.json

Installed:
    17 package(s) to packages.config projects

>>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<<

XBuild Engine Version 14.0
Mono, Version 6.8.0.0
Copyright (C) 2005-2013 Various Mono authors

Build started 09.07.2020 14:16:33.
__________________________________________________
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.FanControl/StagWare.FanControl.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcService/NbfcService.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcProbe/NbfcProbe.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.FanControl.Service/StagWare.FanControl.Service.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/ConfigEditor/ConfigEditor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/ConfigEditor/ConfigEditor.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/NbfcClient/NbfcClient.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/NbfcClient/NbfcClient.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/OpenHardwareMonitor/OpenHardwareMonitorLib.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcCli/NbfcCli.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcCli/NbfcCli.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.FSTemperatureMonitor/StagWare.Plugins.FSTemperatureMonitor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.FSTemperatureMonitor/StagWare.Plugins.FSTemperatureMonitor.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj: ../../packages/xunit.core.2.4.1/build/xunit.core.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Settings/StagWare.Settings.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Settings/StagWare.Settings.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Configurations.Tests/StagWare.FanControl.Configurations.Tests.csproj: ../../packages/xunit.core.2.4.1/build/xunit.core.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Configurations.Tests/StagWare.FanControl.Configurations.Tests.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.
NoteBookFanControl.sln: error : Input string was not in a correct format.
Build FAILED.

Warnings:

/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.FanControl/StagWare.FanControl.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcService/NbfcService.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcProbe/NbfcProbe.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.FanControl.Service/StagWare.FanControl.Service.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/ConfigEditor/ConfigEditor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/ConfigEditor/ConfigEditor.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/NbfcClient/NbfcClient.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/NbfcClient/NbfcClient.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/OpenHardwareMonitor/OpenHardwareMonitorLib.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcCli/NbfcCli.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcCli/NbfcCli.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.FSTemperatureMonitor/StagWare.Plugins.FSTemperatureMonitor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.FSTemperatureMonitor/StagWare.Plugins.FSTemperatureMonitor.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj: ../../packages/xunit.core.2.4.1/build/xunit.core.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Settings/StagWare.Settings.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Settings/StagWare.Settings.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Configurations.Tests/StagWare.FanControl.Configurations.Tests.csproj: ../../packages/xunit.core.2.4.1/build/xunit.core.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Configurations.Tests/StagWare.FanControl.Configurations.Tests.csproj: Input string was not in a correct format.
/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln:  warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring.

Errors:

NoteBookFanControl.sln: error : Input string was not in a correct format.

         24 Warning(s)
         1 Error(s)

Time Elapsed 00:00:00.1293660
==> ERROR: A failure occurred in build().
    Aborting...
error making: %!s(func() string=0x56198a5bbe80)
Originally created by @k8ieone on GitHub (Jul 9, 2020). Original GitHub issue: https://github.com/hirschmann/nbfc/issues/945 **Describe the bug** The build fails on Arch Linux with messages about `xbuild` being deprecated. **To Reproduce** 1. Clone the repo on Arch Linux 2. Start the `build.sh` script **Expected behavior** The build should finish without issues. **System information** - operating system: Arch Linux - NBFC version: fc9fb970155607d9ebc994f9e99c8ee09121e628 - Mono version: Mono JIT compiler version 6.8.0 (makepkg/1d0d939dc30 Mon 29 Jun 2020 01:21:28 PM -03) - Build log is below **Additional context** Installing `mono-msbuild` and replacing `xbuild` with `msbuild` in the build script solves the problem. `nbfc` package on Arch Linux doesn't actually use the `build.sh` script for building so it can be fixed in the AUR without touching the upstream. I already asked the maintainer to use `msbuild`. This might become a problem later, when more distros update `mono` to newer versions. ## Build log ``` ==> Starting build()... MSBuild auto-detection: using msbuild version '15.0' from '/usr/lib/mono/msbuild/15.0/bin'. Restoring NuGet package Hardcodet.NotifyIcon.Wpf.1.0.8. Restoring NuGet package Extended.Wpf.Toolkit.3.4.0. Restoring NuGet package System.IO.Abstractions.2.1.0.256. Restoring NuGet package FakeItEasy.4.9.1. Restoring NuGet package clipr.1.6.0.1. Restoring NuGet package MvvmLightLibs.5.4.1.1. Restoring NuGet package CommonServiceLocator.2.0.4. Restoring NuGet package NLog.4.5.10. Adding package 'Hardcodet.NotifyIcon.Wpf.1.0.8' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'NLog.4.5.10' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'clipr.1.6.0.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'MvvmLightLibs.5.4.1.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'Extended.Wpf.Toolkit.3.4.0' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'CommonServiceLocator.2.0.4' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'System.IO.Abstractions.2.1.0.256' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'FakeItEasy.4.9.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'System.IO.Abstractions.2.1.0.256' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'clipr.1.6.0.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'CommonServiceLocator.2.0.4' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Restoring NuGet package xunit.abstractions.2.0.3. Restoring NuGet package xunit.analyzers.0.10.0. Restoring NuGet package xunit.2.4.1. Added package 'Hardcodet.NotifyIcon.Wpf.1.0.8' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Restoring NuGet package xunit.assert.2.4.1. Adding package 'xunit.abstractions.2.0.3' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'xunit.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'xunit.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Restoring NuGet package xunit.core.2.4.1. Adding package 'xunit.analyzers.0.10.0' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'xunit.abstractions.2.0.3' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Restoring NuGet package xunit.extensibility.core.2.4.1. Adding package 'xunit.assert.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'xunit.core.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'xunit.extensibility.core.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'xunit.core.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Restoring NuGet package xunit.extensibility.execution.2.4.1. Added package 'xunit.analyzers.0.10.0' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Restoring NuGet package xunit.runner.visualstudio.2.4.1. Added package 'MvvmLightLibs.5.4.1.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Restoring NuGet package System.IO.Abstractions.TestingHelpers.2.1.0.256. Added package 'xunit.assert.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'Extended.Wpf.Toolkit.3.4.0' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'xunit.runner.visualstudio.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'FakeItEasy.4.9.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'xunit.extensibility.core.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'xunit.extensibility.execution.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Adding package 'System.IO.Abstractions.TestingHelpers.2.1.0.256' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'System.IO.Abstractions.TestingHelpers.2.1.0.256' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'xunit.runner.visualstudio.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'xunit.extensibility.execution.2.4.1' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' Added package 'NLog.4.5.10' to folder '/home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/packages' NuGet Config files used: /home/satcom886/.config/NuGet/NuGet.Config Feeds used: /home/satcom886/.nuget/packages/ https://api.nuget.org/v3/index.json Installed: 17 package(s) to packages.config projects >>>> xbuild tool is deprecated and will be removed in future updates, use msbuild instead <<<< XBuild Engine Version 14.0 Mono, Version 6.8.0.0 Copyright (C) 2005-2013 Various Mono authors Build started 09.07.2020 14:16:33. __________________________________________________ /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.FanControl/StagWare.FanControl.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcService/NbfcService.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcProbe/NbfcProbe.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.FanControl.Service/StagWare.FanControl.Service.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/ConfigEditor/ConfigEditor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/ConfigEditor/ConfigEditor.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/NbfcClient/NbfcClient.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/NbfcClient/NbfcClient.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/OpenHardwareMonitor/OpenHardwareMonitorLib.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcCli/NbfcCli.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcCli/NbfcCli.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.FSTemperatureMonitor/StagWare.Plugins.FSTemperatureMonitor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.FSTemperatureMonitor/StagWare.Plugins.FSTemperatureMonitor.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj: ../../packages/xunit.core.2.4.1/build/xunit.core.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Settings/StagWare.Settings.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Settings/StagWare.Settings.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Configurations.Tests/StagWare.FanControl.Configurations.Tests.csproj: ../../packages/xunit.core.2.4.1/build/xunit.core.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Configurations.Tests/StagWare.FanControl.Configurations.Tests.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. NoteBookFanControl.sln: error : Input string was not in a correct format. Build FAILED. Warnings: /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.FanControl/StagWare.FanControl.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcService/NbfcService.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcProbe/NbfcProbe.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Configurations/StagWare.FanControl.Configurations.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.FanControl.Service/StagWare.FanControl.Service.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/ConfigEditor/ConfigEditor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/ConfigEditor/ConfigEditor.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/NbfcClient/NbfcClient.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/NbfcClient/NbfcClient.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/NbfcSetup/NbfcSetup.wixproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/NbfcBootstrapper/NbfcBootstrapper.wixproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/OpenHardwareMonitor/OpenHardwareMonitorLib.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Windows/Setup/DriverSetupWixAction/DriverSetupWixAction.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware.LPC/StagWare.Hardware.LPC.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.BiosInfo/StagWare.BiosInfo.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECWindows/StagWare.Plugins.ECWindows.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECLinux/StagWare.Plugins.ECLinux.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Hardware/StagWare.Hardware.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.CpuTemperatureMonitor/StagWare.Plugins.CpuTemperatureMonitor.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcCli/NbfcCli.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/NbfcCli/NbfcCli.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.FSTemperatureMonitor/StagWare.Plugins.FSTemperatureMonitor.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.FSTemperatureMonitor/StagWare.Plugins.FSTemperatureMonitor.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/Plugins/StagWare.Plugins.ECSysLinux/StagWare.Plugins.ECSysLinux.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj: ../../packages/xunit.core.2.4.1/build/xunit.core.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Tests/StagWare.FanControl.Tests.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Settings/StagWare.Settings.csproj: /usr/lib/mono/xbuild/14.0/Microsoft.Common.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Core/StagWare.Settings/StagWare.Settings.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Configurations.Tests/StagWare.FanControl.Configurations.Tests.csproj: ../../packages/xunit.core.2.4.1/build/xunit.core.props: Project file could not be imported, it was being imported by /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/Tests/StagWare.FanControl.Configurations.Tests/StagWare.FanControl.Configurations.Tests.csproj: Input string was not in a correct format. /home/satcom886/.cache/yay/nbfc/src/nbfc-1.6.3/NoteBookFanControl.sln: warning : Don't know how to handle GlobalSection ExtensibilityGlobals, Ignoring. Errors: NoteBookFanControl.sln: error : Input string was not in a correct format. 24 Warning(s) 1 Error(s) Time Elapsed 00:00:00.1293660 ==> ERROR: A failure occurred in build(). Aborting... error making: %!s(func() string=0x56198a5bbe80) ```
kerem 2026-02-26 00:33:39 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@github-actions[bot] commented on GitHub (Jan 7, 2021):

This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed

<!-- gh-comment-id:755792216 --> @github-actions[bot] commented on GitHub (Jan 7, 2021): This issue is stale because it has been open more than 180 days with no activity. If nobody comments within 7 days, this issue will be closed
Author
Owner

@k8ieone commented on GitHub (Jan 7, 2021):

Whille there's no activity on this issue, it is still valid. The build script still uses xbuild.

<!-- gh-comment-id:755986143 --> @k8ieone commented on GitHub (Jan 7, 2021): Whille there's no activity on this issue, it is still valid. The build script still uses `xbuild`.
Author
Owner

@BachoSeven commented on GitHub (May 7, 2021):

For future reference, the arch package now uses msbuild, and it builds correctly.

<!-- gh-comment-id:834433858 --> @BachoSeven commented on GitHub (May 7, 2021): For future reference, the arch package now uses `msbuild`, and it builds correctly.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nbfc-hirschmann#818
No description provided.