You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated JsonInheritanceConverter has two NRT warnings that could be surpressed with #pragma to prevent build warnings:
#pragma warning disable 8602 // Disable "CS8602 Dereference of a possibly null reference"
#pragma warning disable 8600 // Disable "CS8600 Converting null literal or possible null value to non-nullable type"
The text was updated successfully, but these errors were encountered:
The generated JsonInheritanceConverter has two NRT warnings that could be surpressed with #pragma to prevent build warnings:
#pragma warning disable 8602 // Disable "CS8602 Dereference of a possibly null reference"
#pragma warning disable 8600 // Disable "CS8600 Converting null literal or possible null value to non-nullable type"
The text was updated successfully, but these errors were encountered: