feat: wire up file sync window #110
Annotations
8 warnings
dotnet test:
App/Models/SyncSessionModel.cs#L80
Non-nullable field 'Contents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field 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:
App/Models/SyncSessionModel.cs#L80
Non-nullable field 'Contents' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field 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