Open Issues Need Help
View All on GitHubAI Summary: This GitHub issue addresses multiple CS8625 compiler warnings related to Nullable Reference Types (NRTs) in `AuthService.Tests/Mcp/UserToolsTests.cs` and `RoleToolsTests.cs`. The warnings occur because `null` literals are being passed to non-nullable reference type parameters in the constructors of `UserManager` and `RoleManager` mocks. The goal is to resolve these warnings to maintain a clean build, despite them not causing runtime issues in the test code.
Complexity:
2/5
bug good first issue