feat: wire up file sync window #110
Annotations
7 warnings
dotnet publish Coder.Desktop.App:
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 publish Coder.Desktop.App:
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 publish Coder.Desktop.App:
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 publish Coder.Desktop.App:
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 publish Coder.Desktop.App:
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 publish Coder.Desktop.App:
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 publish Coder.Desktop.App
A publish profile with the name 'Properties\PublishProfiles\win-AnyCPU.pubxml' was not found in the project. Set the PublishProfile property to a valid file name.
|
Loading