feat: wire up file sync window #109
Annotations
6 warnings
dotnet test:
App/Services/MutagenController.cs#L27
Non-nullable property 'Alpha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet test:
App/Services/MutagenController.cs#L28
Non-nullable property 'Beta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet test:
App/Services/MutagenController.cs#L27
Non-nullable property 'Alpha' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet test:
App/Services/MutagenController.cs#L28
Non-nullable property 'Beta' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
dotnet test:
Tests.App/Converters/FriendlyByteConverterTest.cs#L32
Cannot convert null literal to non-nullable reference type.
|
dotnet test:
Tests.App/Converters/FriendlyByteConverterTest.cs#L32
Cannot convert null literal to non-nullable reference type.
|
Loading