-
### Description
In a MainPage, I have a WebView with an attached CookieContainer, with a typical public website URL as a source:
```
```
The Navigated event handler looks like this:
```
…
-
## Failing Test(s)
- Microsoft.AspNetCore.Hosting.FunctionalTests.WebHostBuilderTests.InjectedStartup_DefaultApplicationNameIsEntryAssembly
## Error Message
```text
Assert.Equal(…
-
### Description
As per problem here: https://github.com/dotnet/aspnetcore/issues/53143
### Steps to reproduce
Project repo with .NET 8 and .NET 6 demonstration here:
https://github.com/Mar…
-
### Description
In my code I follow the instructions from the docs and create a session using this snippet:
```csharp
var providers = new List()
{
new EventPipeProvider(
…
AT-WH updated
8 months ago
-
### Description
With .NET 8 RC1 on s390x, running `dotnet trace convert` causes a crash
### Reproduction Steps
```
$ dotnet tool update -g dotnet-trace
...
Welcome to .NET 8.0!
----------------…
-
Hi,
I'm getting this fatal error at build time when using the .NET 6 previews:
>error : Metadata generation failed. Exit code: '137' Error: 'Failed to initialize CoreCLR, HRESULT: 0x80004005'
…
-
I installed id via "dotnet tool install -g dotnet-repl"
I get this error when I try to start to repel
System:
Kernel: 5.15.0-56-generic x86_64 bits: 64 compiler: gcc v: 11.3.0 Desktop: Cinnamon…
-
**Describe the bug**
Just try to use meadow CLI on Ubuntu:
```
$ meadow mono enable
Connecting to Meadow on /dev/ttyACM0
An unknown request value of '0x4D00' was received.
Meadow StdInfo…
-
I just tried to install the docker version, but I'm getting the below during the build proces. Im running it on a Debian OS:
`5.10.0-26-amd64 #1 SMP Debian 5.10.197-1 (2023-09-29) x86_64 GNU/Linux…
-
Attempting to install the helix client following the pattern used in other Dockerfiles fails while trying to install (by building from source) the cryptography wheel:
```
#6 29.46 × Getting requ…