-
### Environment
Visual Studio - Version 17.10.1
Edition - Windows 11 Enterprise
Version - 23H2
OS build - 22631.3737
### .NET version
Net8.0, Net7.0, Net6.0
### Did this work in a previous ve…
-
`dotnet paket install` crashes with an SSL error.
```bash
$ dotnet paket install
Paket version 7.1.5+e2fe7c693356a5e70a74cc01501f7dc5f8996695
Resolving dependency graph...
Total time taken: 70…
-
Upgraded to v14 from v13 now opening a .nswag file like:
```
{
"runtime": "NetCore21",
"defaultVariables": null,
"documentGenerator": {
"fromDocument": {
"json": "{\r\n \"ope…
OzBob updated
3 months ago
-
```csharp
using System;
public class P
{
static void Main()
{
try
{
Foo();
}
catch (Exception e)
{
Console.WriteLi…
-
Sometimes during our telemetry runs, the System.Reflection.Emit.Tests suite will crash on macOS x64.
Here's all the info I have:
```
2019-12-20T00:03:09.5309180Z ***************** System.Refl…
-
## Steps to Reproduce
1. Build monovm (cd netcore && ./build.sh)
2. In netcore/CoreFX.issues.rsp, change from -nomethod to -method for Generic.Dictionary.DictionaryConcurrentAccessDetectionTests.…
-
### Description
Source generated JSON deserialization fails with `JsonExtensionData` property using `init` accessor:
```cs
using System.Text.Json.Serialization;
using System.Text.Json;
string…
DL444 updated
2 weeks ago
-
### Describe the bug
The bug was observed in a Blazor WASM app. If the URL ends with an empty fragment, e.g. `http://localhost:5000/#`, the call `Nav.NavigateTo(Nav.Uri, forceLoad: true);` (cf. [link…
-
## CVE-2020-1147 - High Severity Vulnerability
Vulnerable Library - microsoft.netcore.app.2.1.0.nupkg
A set of .NET API's that are included in the default .NET Core application model.
caa7b7e2bad98…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We are working on migrating our blazor server application from NET6 to NET8 (to solve s…