stavroskasidis

Results 38 comments of stavroskasidis

Thank you for reporting this. I cannot reproduce it locally. Could you be so kind as to provide a project tha reproduces the bug ?

The reasoning behind marking some stuff as internal was to prevent misuse from consumers of the library. I do however see your point about extensibility and I will look into...

This is something that I definitely want to implement. Even though it seems that it requires a bit of work, I don't think that it is not do-able. No eta...

I have no idea how that would happen. The code is getting a list of ``` public ITaskItem[] PublishBlazorBootStaticWebAsset { get; set; } ``` passed on by the blazor ms...

Thank you. That helps me a lot. I will track down the issue and try to come up with a solution

I have identified the issue but I am not sure how to solve it. It seems that to fix this either a tremendous amount of work is required or having...

I don't have plans to make this template do more than its original intention (cookie based auth for blazor wasm). I will keep updating the template with each new release,...

Yes, of course it is. Just add some DbSet properties to the dbcontext and then add a migration. It just already contains some default user tables for Identity.

Yes it can work. It just requires some extra considerations, for example checking if you are running in production to ask the assembly loader to fetch the renamed dll and...

Improved based on the mono runtime change. No longer depends on PR (#7)