Пікірлер
@sebastianp2810
@sebastianp2810 3 ай бұрын
Thank you Greg!!!
@glautermoulin
@glautermoulin 8 ай бұрын
Thank you very much !
@lufve12
@lufve12 10 ай бұрын
Thank you very much for your effort. Was very interesting and very detailed. I had already seen this extension, but didn't know how to work with it.
@ridoysharif2638
@ridoysharif2638 11 ай бұрын
Thank you
@ridoysharif2638
@ridoysharif2638 11 ай бұрын
Thank yo so much
@CodingWithGreg-uw3fy
@CodingWithGreg-uw3fy 11 ай бұрын
For Blazor 8 with both Server Side code, and Client side code, the correct configuration is this: content: ["../**/*.{html,cshtml,razor,js}"], This just adds an extra period to the first parameter so it goes up one level to start the search. This allows it to get the files in YourApp.client (the wasm project), as well as YourApp (the server project) Othewise, the client project will not be scanned.
@ridoysharif2638
@ridoysharif2638 11 ай бұрын
Nice
@CodingWithGreg-uw3fy
@CodingWithGreg-uw3fy 11 ай бұрын
Thanks Ridoy!