Bro you're amazing, Thank you! I need to build a small extension and I didn't want to have to do it in javascript since I have been doing so much C# lately
Hello, this might be a silly newbie question but what exactly are you doing when you run the commands for installing the template package? Are you using the visual studio command prompt? Is there a name for this type of installation, I would like to learn more about it but I can't find anything specific online. Thanks
Hi friend I think, I can help you (and other people who come into the comments): 1) press "Win" + "R" on your keyboard; 2) write "cmd" and press "Enter"; 3) write "cd \TEMP"; 4) you can use command for dotnet )
Unfortunately, I have no idea why this fails: dotnet build ...y\obj\Debug et8.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\App_razor.g.cs(105,55): warning CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.' C:\Program Files\dotnet\sdk\9.0.101\Sdks\Microsoft.NET.Sdk.StaticWebAssets\targets\Microsoft.NET.Sdk.StaticWebAssets.Compression.targets(284,5): error MSB4018: The "DiscoverPrecompressedAssets" task failed unexpectedly. System.InvalidOperationException: Fingerprint for '.....\obj\Debug et8.0\browserextension\build\BackgroundWorker.js' is not defined.
I didn't know you can build a chrome extension with Blazor. Thanks for making this!
Bro you're amazing, Thank you! I need to build a small extension and I didn't want to have to do it in javascript since I have been doing so much C# lately
glad it helped!
Hey thanks for this! We would love more such projects done in C#, coming from game dev background it would be cool!
This is awesome and a fantastic beginners project. I am a dev for over 4 years now and recently made the switch to C#! Thank you so much
Great presentation and great video :)
Hello, this might be a silly newbie question but what exactly are you doing when you run the commands for installing the template package? Are you using the visual studio command prompt? Is there a name for this type of installation, I would like to learn more about it but I can't find anything specific online. Thanks
Hi friend
I think, I can help you
(and other people who come into the comments):
1) press "Win" + "R" on your keyboard;
2) write "cmd" and press "Enter";
3) write "cd \TEMP";
4) you can use command for dotnet )
How this extension make work for the mozila firefox?
did you use c# console app for this?
Great content
Thanks!
Great video thank you. I have followed along the tutorial and deploy to Chrome but I'm getting an error in one of the JavaScript libraries.
I get an error too in the invoke.ts
Which error do you get?
Unfortunately, I have no idea why this fails: dotnet build
...y\obj\Debug
et8.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\App_razor.g.cs(105,55): warning CS0618: 'Router.PreferExactMatches' is obsolete: 'This property is obsolete and configuring it has not effect.'
C:\Program Files\dotnet\sdk\9.0.101\Sdks\Microsoft.NET.Sdk.StaticWebAssets\targets\Microsoft.NET.Sdk.StaticWebAssets.Compression.targets(284,5): error MSB4018:
The "DiscoverPrecompressedAssets" task failed unexpectedly.
System.InvalidOperationException: Fingerprint for '.....\obj\Debug
et8.0\browserextension\build\BackgroundWorker.js' is not defined.