Nolz
Results
2
issues of
Nolz
**Describe the bug** Normally, MatNavItems should be highlighted when hovering over them with the mouse. This no longer happens. Only items that contain a MatNavSubMenu get highlighted. The same issue...
bug
inprogress
waiting release
Hello! We have several ASP.NET Core controllers with actions that look somewhat like this; ```cs [HttpPost] [ProducesResponseType(StatusCodes.Status201Created, Type = typeof(CreatedModel))] [ProducesResponseType(StatusCodes.Status400BadRequest, Type = typeof(ValidationProblemDetails))] public async Task Create( { //...