Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build error on Win x64 #701

Open
sjackmuth opened this issue Jul 16, 2024 · 0 comments
Open

Build error on Win x64 #701

sjackmuth opened this issue Jul 16, 2024 · 0 comments
Labels
new An Issue created that needs to be looked at by the team

Comments

@sjackmuth
Copy link

sjackmuth commented Jul 16, 2024

Describe the bug
Project can not be build on Windows x64, .NET SDK 8.0.303

PS C:\Users\user\source\repos\PowerApps-Tooling> ./build
You must install or update .NET to run this application.

App: C:\Users\user\source\repos\PowerApps-Tooling\targets\bin\Debug\net7.0\targets.exe
Architecture: x64
Framework: 'Microsoft.NETCore.App', version '7.0.0' (x64)
.NET location: C:\Program Files\dotnet

The following frameworks were found:
  3.1.32 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  6.0.32 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  8.0.5 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  8.0.7 at [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]

After switching to /src/ and performing dotnet build I get the following (German) error about failing dependencies:

C:\Users\user\source\repos\PowerApps-Tooling\src\Persistence.Tests\Persistence.Tests.csproj : error NU1603: Warnung als Fehler: "Persistence.Tests" ist von "Microsoft.Net.Compilers.Toolset.Framework (>= 4.10.0-3.24314.14)" abhängig, "Microsoft.Net.Compilers.Toolset.Fr
amework 4.10.0-3.24314.14" wurde jedoch nicht gefunden. Die ungefähre höchste Übereinstimmung von "Microsoft.Net.Compilers.Toolset.Framework 4.10.0-3.final" wurde aufgelöst. [C:\Users\user\source\repos\PowerApps-Tooling\src\PASopa.sln]
C:\Users\user\source\repos\PowerApps-Tooling\src\PAModelTests\PAModelTests.csproj : error NU1603: Warnung als Fehler: "PAModelTests" ist von "Microsoft.Net.Compilers.Toolset.Framework (>= 4.10.0-3.24314.14)" abhängig, "Microsoft.Net.Compilers.Toolset.Framework 4.10.0-
3.24314.14" wurde jedoch nicht gefunden. Die ungefähre höchste Übereinstimmung von "Microsoft.Net.Compilers.Toolset.Framework 4.10.0-3.final" wurde aufgelöst. [C:\Users\user\source\repos\PowerApps-Tooling\src\PASopa.sln]
C:\Users\user\source\repos\PowerApps-Tooling\src\PASopa\PASopa.csproj : error NU1603: Warnung als Fehler: "PASopa" ist von "Microsoft.Net.Compilers.Toolset.Framework (>= 4.10.0-3.24314.14)" abhängig, "Microsoft.Net.Compilers.Toolset.Framework 4.10.0-3.24314.14" wurde
jedoch nicht gefunden. Die ungefähre höchste Übereinstimmung von "Microsoft.Net.Compilers.Toolset.Framework 4.10.0-3.final" wurde aufgelöst. [C:\Users\user\source\repos\PowerApps-Tooling\src\PASopa.sln]

Looks like the build-process doesn't like the -final of the Microsoft.Net.Compilers.Toolset.Framework

To Reproduce

git clone https://github.com/microsoft/PowerApps-Tooling
cd PowerApps-Tooling
./build

and the 2nd:
cd src
dotnet build

@sjackmuth sjackmuth added the new An Issue created that needs to be looked at by the team label Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new An Issue created that needs to be looked at by the team
Projects
None yet
Development

No branches or pull requests

1 participant