-
While modernizing some code in `HexConverter` to C# 11 `""u8` syntax:
https://github.com/dotnet/runtime/blob/d344e72a84b98d84b3e34d37e9c59cf04930cf5b/src/libraries/Common/src/System/HexConverter.cs#L…
-
**Version Used**: 4.4.0-1.22328.22
**Steps to Reproduce**:
[jcouv update:] This is not specific to MacOS.
Compile with `dotnet build -p:LangVersion=preview`:
```c#
internal static class X
{
…
-
### Are you certain it's a bug?
- [X] Yes, it looks like a bug
### Is the issue caused by a plugin?
- [X] It is not a plugin issue
### Are you using the latest v3 release?
- [X] Yes, I'm using th…
-
Using the `wasm-experimental` workload it shoudl be possible to create multi-threaded `wasmbrowser` projects in .NET 7 RC1
Issues:
- [x] First group - fixed on `main` by https://github.com/dotne…
-
### Describe the bug
```
> dotnet new android
> dotnet restore
```
Appears to always download:
![image](https://user-images.githubusercontent.com/840039/170722663-4b5d2244-e845-44c5-89b2-2…
-
### Describe the bug
I'm unable to install dotnet 7 on ubuntu. The instaruction page [here](https://learn.microsoft.com/en-us/dotnet/core/install/linux-ubuntu) gives instruction for installing the .N…
-
Using `7.0.100-preview.5.22262.14` daily build.
Create a classlib project using `dotnet new classlib` and publish it with the following command:
```sh
dotnet publish --use-current-runtime -p:Pu…
-
Very easy to hit on a Raspberry Pi 4 on AArch64 Ubuntu 22.04. We also have a customer report for hitting this on a beefier Ampere device (there it requires running as `/usr/bin/taskset --all-tasks --c…
-
### Breaking changes
Ubuntu 22.04 is ready to be the default version for the "ubuntu-latest" label in GitHub Actions and Azure DevOps.
### Target date
This change will be rolled out over a pe…
-
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…