Chanan Braunstein

Results 79 comments of Chanan Braunstein

I haven't been able to update the docs site due to: https://github.com/chanan/BlazorStyled/issues/102

That's odd, it *should* work. What version of BlazorStyled are you using? Do you have BlazorStyled in development mode? If so, in DevTools you should be able to find the...

This won't be included in v3. I need to think about this and see if this should throw or leave it as is. The reason leaving it as is could...

Hi, I believe that exists, but also in the upcoming release the interface to get that changed a bit (hence the major version bump). In addition, I plan to revamp...

In the alpha of 3.0.0 that is on nuget (It is possible that maybe the current one on nuget doesnt have it?) ``` IDictionary GetGlobalStyles(); string GetGlobalStyle(string name); ``` v3.0.0...

Sorry about that, must not have pushed to nuget for a while

Yes I know about it. I never found a good way to parse CSHTML (tried a bunch of ways), so I wrote my own parser, which has the above bug....

I haven’t seen this issue. I do test both on client and server side projects. The current master branch of the project doesn’t have that class anymore - as well...

Took a quick look. Remove the line in `Startup.cs` -> `Configure` method: `IStyled styled = app.ApplicationServices.GetRequiredService();`. Once you do that, you can use it in Inde.razor (or where ever) either...