Exceptions changes #308
Annotations
22 errors and 22 warnings
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/ParameterServiceTests.cs#L53
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/TagServiceTests.cs#L51
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/InterestServiceTests.cs#L51
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/ParameterServiceTests.cs#L122
The type or namespace name 'ObjectInUseException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/TagServiceTests.cs#L51
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/InterestServiceTests.cs#L181
The type or namespace name 'ObjectInUseException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/TagServiceTests.cs#L194
The type or namespace name 'ObjectInUseException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/InterestServiceTests.cs#L51
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/TagServiceTests.cs#L194
The type or namespace name 'ObjectInUseException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/ParameterServiceTests.cs#L53
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/ParameterServiceTests.cs#L53
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/InterestServiceTests.cs#L181
The type or namespace name 'ObjectInUseException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/ParameterServiceTests.cs#L122
The type or namespace name 'ObjectInUseException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/TagServiceTests.cs#L51
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/TagServiceTests.cs#L51
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/InterestServiceTests.cs#L51
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/TagServiceTests.cs#L194
The type or namespace name 'ObjectInUseException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/InterestServiceTests.cs#L51
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/ParameterServiceTests.cs#L53
The type or namespace name 'ObjectExistsException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/ParameterServiceTests.cs#L122
The type or namespace name 'ObjectInUseException' could not be found (are you missing a using directive or an assembly reference?)
|
dotnet-tests (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
dotnet-tests (windows-latest)
The operation was canceled.
|
dotnet-tests (ubuntu-latest)
No files were found with the provided path: Server/ReasnAPI/TestResults-ubuntu-latest-commit-051717da4fb17fb08278628d4125b4c89585eb98. No artifacts will be uploaded.
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L9
The using directive for 'ReasnAPI.Exceptions' appeared previously in this namespace
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI/Services/ParameterService.cs#L6
The using directive for 'Microsoft.EntityFrameworkCore' appeared previously in this namespace
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L21
Nullability of reference types in type of parameter 'keyValues' doesn't match overridden member.
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L32
'FakeDbSet<T>.GetAsyncEnumerator(CancellationToken)' hides inherited member 'DbSet<T>.GetAsyncEnumerator(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L41
Type parameter 'T' has the same name as the type parameter from outer type 'FakeDbSet<T>'
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L23
Possible null reference return.
|
dotnet-tests (macos-latest)
No files were found with the provided path: Server/ReasnAPI/TestResults-macos-latest-commit-051717da4fb17fb08278628d4125b4c89585eb98. No artifacts will be uploaded.
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L29
Possible null reference return.
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L9
The using directive for 'ReasnAPI.Exceptions' appeared previously in this namespace
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI/Services/ParameterService.cs#L6
The using directive for 'Microsoft.EntityFrameworkCore' appeared previously in this namespace
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L21
Nullability of reference types in type of parameter 'keyValues' doesn't match overridden member.
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L32
'FakeDbSet<T>.GetAsyncEnumerator(CancellationToken)' hides inherited member 'DbSet<T>.GetAsyncEnumerator(CancellationToken)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword.
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L41
Type parameter 'T' has the same name as the type parameter from outer type 'FakeDbSet<T>'
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L162
Dereference of a possibly null reference.
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L23
Possible null reference return.
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/FakeDbSet.cs#L29
Possible null reference return.
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI.Tests/Services/EventServicesTest.cs#L162
Dereference of a possibly null reference.
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L9
The using directive for 'ReasnAPI.Exceptions' appeared previously in this namespace
|
dotnet-tests (ubuntu-latest):
Server/ReasnAPI/ReasnAPI/Services/ParameterService.cs#L6
The using directive for 'Microsoft.EntityFrameworkCore' appeared previously in this namespace
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI/Services/EventService.cs#L9
The using directive for 'ReasnAPI.Exceptions' appeared previously in this namespace
|
dotnet-tests (macos-latest):
Server/ReasnAPI/ReasnAPI/Services/ParameterService.cs#L6
The using directive for 'Microsoft.EntityFrameworkCore' appeared previously in this namespace
|