-
In previous versions of dotnet core, you could build a solution with the runtime flag `-r` and it would build for that target (ex. `dotnet build -c Release -r win-x64`. Now however with RC2 it appears…
-
### Describe the bug
Im disapointed. i just download something that it ask me to download something more and when i clicked yes it just get stuck like dissapeared very suspicious , your app is looks …
-
WindowsRuntimeMarshal not able to load at runtime only when running inside net5.0. Is this an intended behavior? If so what are alternatives for net5.0 WPF project to monitor keyboard opening/closing
gowra updated
2 years ago
-
Trying to use that TFM results in
```
C:\Program Files\dotnet\sdk\5.0.100-preview.8.20417.9\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets(180,5): error NETSDK1047: Ass…
-
I have been using the .NET 5 Azure Functions with the help of the official doc. So DI in the .NET 5 Azure Functions behaves much like the regular ASP.NET Core's DI, which is nice because it allows me …
-
I added net5.0 to the list of build targets in the project files. The code compiles, and the tester runs with no reported errors. I'm sure you have a much more complete set of tests to run to be sur…
-
I write a bunch of samples that I want to enable for developers to learn the product. TFMs are a limiting artifact when you want to enable a project to run on a newer runtime even though it targets an…
-
This issue is a clone of the issue in WinForms repo https://github.com/dotnet/winforms/issues/3985
**Repro steps:**
1.Install NET 5 RC2 build(5.0.100-rc.2.20466.4).
2. In CLI, run "dotnet new w…
-
### Describe the bug
Resource names from `EmbeddedResource` in csproj do not include the the path in linux. For example:
```
```
Expected: `EmbeddedResource.bar.hello`
Actual: `Em…
-
Current set up:
Teamcity agents x 2 running on windows server
sonarqube running on docker
reverse proxy via ngix
Sonarqube dasboard can be accessed with the web browser on the build agents.
…