Illusive7man
- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 3
-
Edited Linking C# symbols to TypeScript symbols to improve refactoring
Hello,In my Rider solution I have C# and Angular projects (back-end & front-end), where C# classes are being translated to TS classes, either manually or automatically. I'd like to somehow link C#... -
Edited Edit & Continue stopped working
AnsweredDon't know why or what caused it to stop working, but after applying the changes debugger still uses the previous source file, as indicated by this message It worked great for a while, but for t... -
Created Sass File Watcher doesn't update the file in IDE so my LiveEdit doesn't work
I have created a File Watcher to compile .scss to .css using the https://www.jetbrains.com/help/rider/Transpiling_SASS_LESS_and_SCSS_to_CSS.html#ws_less_installation guide, which does create/update...