CSharpAnalyzers / ExceptionalReSharper

Extension for ReSharper which analyzes thrown and documented C# exceptions and suggests improvements
Microsoft Public License
125 stars 30 forks source link

SDK Update to Resharper 2020.2.x #114

Open hhu-mahmoud opened 4 years ago

hhu-mahmoud commented 4 years ago

Last Update 15.12.2020 - Resharper SDK 2020.3.0

I updated the extension and i use it.

You can direct install it from extension manager.

Mike-E-angelo commented 4 years ago

Out of 17 extensions, 15 were available and 2 were not, this being one of them.


A kind reminder to please vote to improve the extension model experience so we don't have to continually nag extension authors for each release:

https://youtrack.jetbrains.com/issue/RSRP-459966

hhu-mahmoud commented 4 years ago

Last Update 22.08.2020 - Resharper SDK 2020.2.1

I updated the extension local and i use it. you can clone the last update from My Repo. Then you need to do some steps, then it will works:

  1. Clone the project on C:
  2. Go in VS => Extensions => Resharper => Options => Extension Manager=> Click Add => Give A name =>set the source of your cloned project as Example "C:\Repo\C#\ExceptionalReSharper\build\Packages"
  3. Go again in VS => Extensions => Resharper => Extension Manager => Look for the Extension and install it
xmarshal commented 4 years ago

what about 2020.2? @hhu-mahmoud

hhu-mahmoud commented 4 years ago

@xmarshal You can now download the new version. I updated it to version 2020.2

RobertWeinmeister commented 2 years ago

For anyone looking for a version compatible with with the latest version of ReSharper (2022.1.2), it should now be available through the extension manager as Exceptional Continued.

I also updated the instructions to hopefully allow anyone to build a version that works for them: https://github.com/RobertWeinmeister/ExceptionalReSharper/blob/master/Local%20Installation%20&%20Update.md