-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
We maintain prerendering guidance for hosted Blazor WebAssembly at ...
https://learn.micro…
-
Type: Bug
## Issue Description ##
There has been some sort of update on my laptop (but not yet on my desktop) that is causing OmniSharp to fail. I have read it has to do with .NET versions inst…
-
### Describe the Issue
Debugging has started successfully but does not continue or unable to step to breakpoints due to an error: "ConnectionLostException".
![image](https://github.com/microsoft/v…
-
### Is your feature request related to a problem? Please describe.
The Start Workflow and Signal-with-Start APIs has a new field, `WorkflowIdConflictPolicy`.
Support for the new policy in both A…
-
### Issue Description
After upgrading `Microsoft.NET.Test.Sdk` from version `17.10.0` to `17.11.0`, our AzureDevOps test pipeline task encounters a `System.IO.IOException` at the very beginning of th…
-
### Description
Using `dotnet watch` on a project and modifying the code of a class with a very specific structure fails as follows:
```
value: 3
value: 3
value: 3
dotnet watch ⌚ File changed: .…
-
C:\Program Files\dotnet\packs\Microsoft.NET.Runtime.WebAssembly.Sdk\8.0.7\Sdk\WasmApp.Native.targets(388,5): error : Failed to compile C:\Jenkins\workspace\CPM_cpm_CPM-5791-test\cpm-opensilver\Cpm\Cp…
-
### Description
Setting the `JsonSerializerIsReflectionEnabledByDefault` property to `false` currently results in a runtime exception when reflection-based json serialized is encountered. As discusse…
-
**Steps to reproduce (hopefully):**
1. Clone the repository
1. Add `net8.0` as a target framework to the unit test projects I want to run
1. Run `./build.sh --restore && ./build.sh --build`
1. …
-
Type: Bug
- Installed .NET 8 SDK with 'sudo apt-get install -y dotnet-sdk-8.0' and created a new Blazor project with 'dotnet new blazor'.
- Navigated to Routes.razor and hovered the mouse over the …