Skip to content

Commit

Permalink
Add C# hot reload support for generics to the "What's new in .NET 8" …
Browse files Browse the repository at this point in the history
…doc (#37761)

* Add C# hot reload support for generics to the "What's new in .NET 8" doc

* Update docs/core/whats-new/dotnet-8.md

Co-authored-by: Genevieve Warren <[email protected]>

---------

Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
lambdageek and gewarren authored Oct 27, 2023
1 parent eb57026 commit 7d896dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/core/whats-new/dotnet-8.md
Original file line number Diff line number Diff line change
Expand Up @@ -1539,6 +1539,12 @@ Most users shouldn't notice the verification. However, if you have an existing r

You can opt out of verification by setting the environment variable `DOTNET_NUGET_SIGNATURE_VERIFICATION` to `false`.

## Diagnostics

### C# Hot Reload supports modifying generics

Starting in .NET 8, C# Hot Reload [supports modifying generic types and generic methods](https://devblogs.microsoft.com/dotnet/hot-reload-generics/). When you debug console, desktop, mobile, or WebAssembly applications with Visual Studio, you can apply changes to generic classes and generic methods in C# code or Razor pages. For more information, see the [full list of edits supported by Roslyn](https://github.com/dotnet/roslyn/blob/main/docs/wiki/EnC-Supported-Edits.md)

## See also

- [Breaking changes in .NET 8](../compatibility/8.0.md)
Expand Down

0 comments on commit 7d896dc

Please sign in to comment.