-
I newly created a solution and then referenced the project in that repository, I got the following error,
And when the project is referenced, the bin/obj folder will also be generated in the project …
-
I believe we want to ship the Regex source generator by default in .NET 7.0
I checked https://dev.azure.com/dnceng/public/_packaging?_a=package&feed=dotnet7&package=Microsoft.NETCore.App.Ref&protoc…
-
### Information
cc @danmoseley
Linked to https://github.com/dotnet/performance/issues/2564
Starting late 08/15, when building for "Runtime=NativeAOT 7.0" with "Toolchain=ILCompiler 7.0.0-*", our b…
-
Wrong version of `aspnetcore-runtime-internal-$(MicrosoftAspNetCoreAppRuntimePackageVersion)-$(AspNetCoreArchiveRid)$(ArchiveExtension)` is pulled by installer when building source-build on Alpine Lin…
-
Running the following build:
```
Version: 1.16.1+faf9742e
Commit: faf9742ef2d1a533bc5e70b69b1789215fe306c5
Build Date: 2023-01-31 15:10:05Z
OS: Linux x64
Runtime: .NET 7.0.2
```
With the fol…
-
### Description
NativeAOT publish no longer works (seems to hang and leak memory) after upgrading to the preview version of the ILCompiler from the Alpha version.
### Reproduction Steps
Create a si…
-
### Description
Repro:
```csharp
using System.Numerics;
static U Foo(U x, U y)
where T : I1, I2
where U : IAdditionOperators,
ISubtractionOperators,
IMultiplyOperat…
-
from NuGet.config.
-
I'm trying to use `dotnet format --no-restore` from command line locally but it keeps failing with:
```
Unhandled exception: System.IO.FileLoadException: Could not load file or assembly 'System.Conf…
-
i tried to follow the little hello world tutorial in the NativeAOT-LLVM README but i try this error when running the command
```console
dotnet publish -r win-x64 -c release
```
```
PS C:\MyC…