Jeremy Sinclair

Results 69 comments of Jeremy Sinclair

@DBojsen - can you open up command prompt and run `dotnet --info` and show your output?

@DBojsen - Thanks for this. I'm assuming you have Visual Studio 2022 17.2 installed? If so, it's possible that it installed the x64 version of .NET 6.0.7 instead of the...

@DBojsen if you do have Visual Studio installed, open `Developer Command Prompt for VS 2022" and run the following command: `dumpbin /headers "C:\Program Files\dotnet\shared\Microsoft.NETCore.App\6.0.7\hostpolicy.dll" | findstr /i machine` This should...

@DBojsen Here's some guidance around the .NET SDKs and Arm64 https://github.com/dotnet/sdk/issues/22380 I would recommend uninstalling the 6.0.7 runtime and installing the 6.0.7 Arm64 runtime for this specific case, but it...

@SamFessler - I'm not 100% sure, but it could be something worth looking into. If you want to take a stab at the integration, I will totally welcome it.

I can look into this, or if you want to take it on feel free to make a pull request.

> I just installed Windows 10 ARM for testing, and no, ARM64 .Net Framework is not available on Windows 10. > > Not exactly sure why though. https://devblogs.microsoft.com/dotnet/announcing-dotnet-framework-481/ ![image](https://user-images.githubusercontent.com/4016293/194668461-470af129-aa0e-45f9-a9fd-012360dc989d.png)

> For a very strange reason, the implicit cast of an empty StringValues struct to string[] type returns null: This looks to be by design https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L83 https://github.com/dotnet/runtime/blob/main/src/libraries/Microsoft.Extensions.Primitives/src/StringValues.cs#L280 May be better...

Awesome! I'm excited for this! \o/

Oh, it looks like the `VSBuild@1` task works only with non-preview VS builds? It ignores that the .NET 7 SDK is installed with the build.