feat: add remote directory picker to file sync #140
Annotations
1 error and 6 warnings
dotnet test
Process completed with exit code 1.
|
dotnet test:
App/App.xaml.cs#L156
Dereference of a possibly null reference.
|
dotnet test:
App/ViewModels/FileSyncListViewModel.cs#L340
Possible null reference argument for parameter 'parentWindow' in 'void DirectoryPickerWindow.SetParent(Window parentWindow)'.
|
dotnet test:
App/App.xaml.cs#L156
Dereference of a possibly null reference.
|
dotnet test:
App/ViewModels/FileSyncListViewModel.cs#L340
Possible null reference argument for parameter 'parentWindow' in 'void DirectoryPickerWindow.SetParent(Window parentWindow)'.
|
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