-
### Description
I'm trying to use a `runtimeconfig.template.json` file alongside my ASP.NET Core 6.0 host csproj file in order to set `System.GC.Server` to `false`. This setting appears to get igno…
-
I'd like to script 32-bit assemblies (because of external, unmanaged dependencies):
```
$>"C:\Program Files (x86)\dotnet\dotnet.exe" --info
.NET Core SDK (reflecting any global.json):
Version: …
kunom updated
5 years ago
-
### Run Information
Name | Value
-- | --
Architecture | x64
OS | ubuntu 22.04
Queue | TigerUbuntu
Baseline | [37445d4964a50eeff87ca7ed8cbdf251b547b779](https://github.com/dotnet/runtime/commit/374…
-
I have a .net core 3.1 project `netcoreapp3.1` that continues to fail to buld/run from visual studio whenever there is a new release of .net core.
Error:
>It was not possible to find any compatibl…
-
### Describe the bug
A clear and concise description of what the bug is.
- Windows Version: Windows 10 with WSL2 integration
- Docker Desktop Version: 2.4.0.0 (48506) stable
- Not running in…
-
### Describe the bug
ISet in .NET 8 not populating from configuration as expected in .NET 6
I have following option definition:
```
using System.Collections.Generic;
namespace WebApplicat…
-
# Trending repositories for C#
1. [**umbraco / Umbraco-CMS**](https://github.com/umbraco/Umbraco-CMS)
__The simple, flexible and friendly ASP.NET CMS used by more than 730.000 web…
-
Hello @terrajobst
I have installed the tool via this command `dotnet tool install git-istage -g` and I get the following error when running the `git istage` command, or `git istage .`:
```bas…
-
**Describe the bug**
A program with the `SqlDataProvider` for SQLite can be compiled with `dotnet build` (.NET SDK 6.0.102) but not in Visual Studio 2022 (17.0.7):
**To Reproduce**
The following …
-
SDK 3.1.300 - Microsoft.AspNetCore.App Version cannot update from 3.1.2 to 3.1.3
I was installed the latest version of SDK 3.1.4 and run dotnet --version is show 3.1.300.
But I created new asp.net…