I am running a Blazor test project with Blazorized (which is awesome) and everything works fine. However, there is a small, irritating issue and that is that the code behind (.cs) of one of the (2) pages does not recognize that it is a partial class of a razor file

So the protected override async Task OnInitializedAsync() says there is nothing to override. Code works fine however, but this is just bugging me. Tried rebuilding several times, quit Visual Studio and reload solution and also deleting the cache
Hope somebody has a clue...

