-
### Description
When Publishing AOT, I'm seeing extra warnings being emitted that clutter the warnings and confuse developers.
From what I can tell, the warnings are coming from:
https://github…
-
[24.08.2023 12:08:18] jasiu-rozowyczlowiek:
[24.08.2023 12:08:18] jasiu-rozowyczlowiek
-
```
ILC: Assertion failed 'value != 0' in 'System.Tests.DoubleTests_GenericMath:GetExponentShortestBitLengthTest()' during 'Do value numbering' (IL size 314; hash 0x60919730; FullOpts)
D:\a\_wor…
-
### Description
If you compile application with custom runtime where `System.AppContext` class is not defined, compiler crash
```
System.AggregateException: One or more errors occurred. (Code …
-
### Background and motivation
To construct a object of type `T` from a parameterless constructor, we have a few API options today. If we know that the constructor is public, we can use `Activator.Cre…
-
### Description
> **Note**: related to #77897 and more generally #79122
I was looking at the generated code from System.Text.Json in a few scenarios and noticed another case where we could get s…
-
The changes in https://github.com/dotnet/runtime/pull/81205 have caused a failure when attempting to use .NET 8 Preview 2 SDK to build the Preview 3 source. This is a required scenario for .NET's Sour…
-
调试报错asr failed: connect ECONNREFUSED 127.0.0.1:8200
NLP-API.exe启动无报错
ASR-API.exe启动报错闪退
-
### Summary
I'm getting an unexpected ILC warning when publishing an app that uses DependencyInjection.
```
ILC : AOT analysis warning IL3050: Microsoft.Extensions.DependencyInjection.ServiceLo…
-
I patched the Microsoft.WinUI.AppX.targets to skip trimming check, and publish a blank unpackaged WinUI 3 app (WASDK 1.1-preview2) with NativeAOT, but got below exception during compilation:
```
O…