Christophe Peugnet

Results 14 issues of Christophe Peugnet

To improve the reading of Razor pages, it is clearer to align with a line break the attributes of components or HTML tags ❌ : `````` ✅ ``` ```

enhancement

It seems cleaner to place our dependencies in a separate file so as not to overload the Statup.cs file. Like this : ``` public void ConfigureServices(IServiceCollection services) { // ......

Proposal : - Each "page" in a sub-folder, without suffix - All Blazor components that contain "@page" should be suffixed with Page - The components available for the whole application...

enhancement

### Description I can't find a solution to this problem on Blazor Webassembly (no problem on Blazor Server). ``` The error was: The type initializer for 'SkiaSharp.SKImageInfo' threw an exception....

type/bug