Update Getting Started for Beginners link #243
Merged
Annotations
10 warnings
|
tests/PublicApiIntegrationTests/UserManagementEndpoints/UserListEndpointTest.cs#L50
Use 'Assert.IsNotEmpty' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
|
|
tests/PublicApiIntegrationTests/RoleMembershipEndpoints/RoleMembershipGetByNameEndpointTest.cs#L22
Use 'Assert.IsNotEmpty' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
|
|
tests/PublicApiIntegrationTests/RoleManagementEndpoints/RoleListEndpointTest.cs#L42
Use 'Assert.IsNotEmpty' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
|
|
tests/PublicApiIntegrationTests/CatalogItemEndpoints/CatalogItemListPagedEndpoint.cs#L51
'DataTestMethod' is obsolete. Use 'TestMethod' instead. (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0044)
|
|
tests/PublicApiIntegrationTests/UserManagementEndpoints/UserGetRolesByIdEndpointTest.cs#L30
Use 'Assert.IsNotEmpty' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
|
|
tests/PublicApiIntegrationTests/UserManagementEndpoints/CreateUserEndpointTest.cs#L40
Do not negate boolean assertions, instead use the opposite assertion (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0023)
|
|
tests/PublicApiIntegrationTests/RoleMembershipEndpoints/RoleMembershipGetByNameEndpointTest.cs#L35
Use 'Assert.IsEmpty' instead of 'Assert.AreEqual' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
|
|
tests/PublicApiIntegrationTests/UserManagementEndpoints/UserListEndpointTest.cs#L50
Use 'Assert.IsNotEmpty' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
|
|
tests/PublicApiIntegrationTests/RoleMembershipEndpoints/RoleMembershipGetByNameEndpointTest.cs#L22
Use 'Assert.IsNotEmpty' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
|
|
tests/PublicApiIntegrationTests/RoleManagementEndpoints/RoleListEndpointTest.cs#L42
Use 'Assert.IsNotEmpty' instead of 'Assert.IsTrue' (https://learn.microsoft.com/dotnet/core/testing/mstest-analyzers/mstest0037)
|
The logs for this run have expired and are no longer available.
Loading