John Korsnes

Results 77 comments of John Korsnes

Hm, not sure what more you need. The function csproj does not build, and provides the output shown above. So I guess: repo step: `dotnet build` a function project as...

>Hi @johnkors , We require the steps are language you are following to build. Sorry, I thought it was evident that this was a .NET project from the details provided...

Never got it working. To get back to a stable working environment, I had to 1. Uninstall / remove all folders related to the .NET 6 SDK, https://docs.microsoft.com/en-us/dotnet/core/install/remove-runtime-sdk-versions?pivots=os-macos#uninstall-net 2. Re-install...

Mark, even if one uses a `global.json` specifycing the .NET 5 SDK to be used for builds, the build fails. Just having .NET 6 installed on macOS gives the error...

> I tried this on Windows and it works with the .NET 6 Preview SDK installed, seems like an issue primarily on MacOS. Not sure, I tried macOS-11, windows-latest and...

I tried the installing [the .NET 6 RC2 installer from here](https://github.com/dotnet/installer), and did not have the same issues. ![image](https://user-images.githubusercontent.com/206726/132662001-83e511ac-aa5d-4b52-a961-4d8fcb06a8ea.png)

@fabiocav Yep, that seems to work (i.e. I don't get the "error : Metadata generation failed. Exit code: '137' Error: 'Failed to initialize CoreCLR, HRESULT: 0x80004005'" error no more), except...

And a +1 on @RichMercer comment. The same issue of "Failed to initialize CoreCLR, HRESULT: 0x80004005'" applies to `Microsoft.NET.Sdk.Functions.Worker.Sdk` as well.

Just to be double clear so you don't spend to much down the wrong rabbit hole: As i mentioned above, installing .NET 6 SDK RC2 _last_ (meaning the sequence in...

>Question: where do I make this change in my csproj? I don't see a reference to this SDK anywhere in my project file. Perhaps you created a `dotnet-isolated` function? Microsoft.NET.Sdk.Functions...