-
Native AOT hooks into the publish logic using `BeforeTargets="ComputeResolvedFilesToPublishList"`:
https://github.com/dotnet/runtime/blob/44b7ba3cf6af26bcf9f6b2bbd1e75cd1aeaa1331/src/coreclr/nativeaot…
-
## Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=813631
Build error leg or test failing: System.Data.Common.Tests.WorkItemE…
-
### Description
Hosting Environment: I'm running multiple .NET Docker containers on the same Linux Docker host. My goal is to optimize memory usage over performance.
To achieve the goal mentio…
jedrp updated
3 months ago
-
### Description
For some reason CollectionView duplicates item after moving item from code behind with using ObservableCollection.Move
https://github.com/dotnet/maui/assets/1102119/511c45ed-43c3-4…
-
### Describe the bug
If I create a new MAUI project using the CLI and then create a solution file and add the project to the solution, then the Visual Studio Configuration Manager shows that the s…
-
## Steps to Reproduce
1. Clone from my repo - https://github.com/steveisok/mono.git
2. Checkout webforms-system.web branch, commit c467ad99a
3. Compile sources
4. From mono root, 'cd mcs/class/S…
-
I tried the `gctonative` command in dotnet-dump (which was introduced recently I believe?) and it fails with this message:
```
The IMemoryRegionService service is required by the MemoryRegionServi…
-
### Describe the bug
When a property is explicitly set a value of `null` in appsettings.json, I expected that to be null after the configuration was loaded, but it actually has a value of `""`. This …
-
# Http Stress Status Report
## What we've run so far:
| OS | HTTP 1.1 | HTTP 2.0 | Notes |
|---------|---…
-
### Describe the bug
`CA1859` analyzer in .NET 9 SDK may be too aggressive, think it should not report when interface default implemented method used
Apologize if this is not the correct place, …