Mohammad Hossein Amri

Results 60 comments of Mohammad Hossein Amri

https://github.com/mhamri/ElectronNet-blazor-bug I have v5.0.2 sdk installed on my laptop

i just installed everything yesterday, so it should be whatever available. this is what I have available ![image](https://user-images.githubusercontent.com/8991783/120882273-1a1c4e00-c609-11eb-885e-d33cb2244cb4.png) and this is dotnet ![image](https://user-images.githubusercontent.com/8991783/120882878-d88da200-c60c-11eb-992e-905becc87a02.png) could you make my repo to work?

as a workaround I created a blazor server side (instead of webassembly with backed asp.net) and everything bundled just fine

it used to have fixer in tslint, but now it's just a warning https://palantir.github.io/tslint/rules/member-ordering/

> A VS Code extension [Typescript Class Organizer](https://marketplace.visualstudio.com/items?itemName=aljazsim.tsco) ([repo](https://github.com/aljazsim/vs-code-typescript-class-organizer)) is available to order members in a class. It would be great if the rule could have a fixer (maybe TSCO...

the stackblitz example need a try/catch to show the actual error. the error in title is wrong and is related to unhandled exception here is the corrected one: https://stackblitz.com/edit/angular-ivy-ftzdjh the...