Just change the line in Program.cs
Debug.WriteLine(GenerateLicenseKey(username, version));
to
Console.WriteLine(GenerateLicenseKey(username, version));
This is because Debug.WriteLine will only work in debug mode, not in release.
Just wanted to thank you. With your simple advice I now understand how to view the code and how to output it in debug window or console. Pretty simple noob stuff, but very grateful.
Playing it forward here are some keys. You can also download the compiled executable: see below.
promo
1-GVa8RkOa9c3+3iQ4eYYM2rWvguBOfny+
promo2
1-iRtObWzm1hkHWxvKYYc4l+xklvaSBpHw
promo3
1-IJbfTySnvS3NkqQeK3O8m8JmhUw9EAUt
promo4
1-UKaF3swmcvIdO8BDMG+L+DR6y9zGro2H
These all should work for most current version (9.2)
https://www.jetbrains.com/resharper/Application installed as an add-on for Visual Studio 2015.
Enable demo mode, then goto Help -> Licence Information.
Disable License server and add License
Thank you xor for sharing and thank you again Trevor for helping me out.
+1
Update: Below is attached executable for generating your own keys.
Usage:
Windows:
resharper9gen.exe username
Linux:
mono ReSharper9Gen.exe username
Where 'username' is the name of the user you want to register a key for.
Bonus: Also attached is Jetbrains Patcher
For:
RubyMine
PyCharm
WebStorm
PhpStorm
AppCode
Clion
Idea
Verified working for Clion 1.1.1 PyCharm 4.5 on linux and windows.