-
Repro:
```c#
static class Foo
{
public static int Bar { get; } = 1;
static Foo() { } // even the empty cctor will force it to emit the helper
// call twice in each s…
-
### Describe the bug
Building a net6.0 app with SDK version rc.2.22463.3 searches for Microsoft.NETCore.App.Ref version 6.0.10, which it cannot find, and I don't see it in any of the feeds. I'm h…
-
### Description
Latest build of .NET 7 published single-file app is crashing on execution.
### Reproduction Steps
```sh
# installation
mkdir ~/.dotnet7
curl -sSL https://aka.ms/dotnet/7.0.1xx/da…
-
I've been using self-contained trimming to publish apps in linux docker images in .NET 6 for a little while now, and the link step usually takes about a minute or so. There are references to my own l…
-
### Description
When attempting to stall wasm-tools on .NET 7 preview 5, I received the attached error
![wasmerror](https://user-images.githubusercontent.com/5479675/176224545-6ab56766-7d85-49ee-934…
-
https://dnceng.visualstudio.com/internal/_build?definitionId=237
FYI, to make progress on https://github.com/dotnet/runtime/pull/66447, I manually pushed the latest optimization packages to the dot…
-
Hi, I have been getting `BadImageException`'s when loading my WPF app exported as arm64.
These are the publishing settings, but not that it also happens with single file (on/off) and framework-depe…
-
Using `function` within a recursive function iterating over a list results in a null reference exception when matching against the empty list `[]`.
**Repro steps**
A sample repo has been made: h…
-
Hi
I want to use `/v1/orders` or `/v2/orders` pattern using api versioning
Well, I configured like:
```
var builder = WebApplication.CreateBuilder(args);
ApiVersion apiV1 = new ApiVersion(1…
-
Hi there,
I am using .net7 rc2 preview and azure functions in isolated mode.
When I debug them as a console app or in a container, they work correctly, but when I build them into a local contain…