Skip to content

Commit

Permalink
Added workaraund for nullability
Browse files Browse the repository at this point in the history
  • Loading branch information
Romfos committed Feb 16, 2025
1 parent 7f63a73 commit 382ccc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BreakingChanges.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Update target frameworks: .NET 8, .NET Standard 2.0.
* Obsolete api is removed
* CompatArg is marked as obsolete
* Nullability is enabled for public api for .NET Core TFMs
* Nullability is enabled for public api for .NET 8+. Workaround: you can disable nullability `<Nullable>disable</Nullable>` on project if you don't want to use it. more info https://learn.microsoft.com/en-us/dotnet/csharp/nullable-references

5.0.0 Release
================
Expand Down

0 comments on commit 382ccc3

Please sign in to comment.