feat: add remote directory picker to file sync #128
Annotations
10 errors and 6 warnings
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L23
The type or namespace name 'ICoderApiClient' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L26
The type or namespace name 'BuildInfo' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L27
The name 'User' does not exist in the current context
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L28
The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L29
The type or namespace name 'ICoderApiClientFactory' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L92
The type or namespace name 'ICoderApiClientFactory' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L122
The type or namespace name 'ICoderApiClient' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L125
The type or namespace name 'ICoderApiClientFactory' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L151
The type or namespace name 'ICoderApiClient' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
Tests.App/Services/CredentialManagerTest.cs#L153
The type or namespace name 'BuildInfo' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet test:
App/App.xaml.cs#L156
Dereference of a possibly null reference.
|
dotnet test:
App/ViewModels/FileSyncListViewModel.cs#L338
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#L338
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