Comments below can no longer be edited.

.NET Annotated Monthly | January 2021
Happy new year! It's now 2021 and if you're reading this, you survived the crazy year that has been 2020! For this year, we'll start the .NET Annotated newsletter with fun tidbits of computing information. If you have fun computing or computer language trivia, facts, or tips, send them to us! We'll do our best to fit them in here.
Did you know? The acronym BASIC means "Beginners All-Purpose Symbolic Instruction Code". It's been a wildly popular language for decades, known for its ease of use. From AppleSoft BASIC to ZBasic, there are hundreds of dialects of the BASIC language. While
by
Matthew says:
June 10, 2008Congrats to the entire team for the release. I couldn’t live without the tool so I’m glad to see I can now be productive with VS 2008!
Jesper says:
June 10, 2008A great product just got even better. I simply cannot believe how other .NET developers can live without this tool.
Brian says:
June 10, 2008Congratulations for this release! The nightly builds were solid, I can’t wait to install this one!
Roman Kuznetsov says:
June 11, 2008I am also glad and will join above posts congrats all the team involved in releasing this tool!
But, one thing I would like to mention – there is just cool feature called “Type Members Layout”. The worst thing here is that it does not take into consideration any #if / #endif defined within the file. This is really nice feature (among others) and it would be really appreciated if developers could handle that correctly in next subrelease? Another point regarding this is that when RemoveAllRegions=”true” specified for the pattern it should remove all the #region / #endregion, but it seems that if one #region #endregion has been aligned incorrectly (let’s say in different scopes) then target file will be refactored with errors meaning that not all the old #region / #endregion will be removed from source file.
Thanks in advance.
Hardeep Virdee says:
June 12, 2008Congratulations on another fine release – installed and using it already. Much faster than 3.x and great new features.
Jura Gorohovsky says:
June 12, 2008Thanks everyone for your congrats! đ
Roman: Thanks for your feedback! First, if you haven’t done so yet, you should try to submit a formal JIRA request (http://jetbrains.net/jira/browse/RSRP)
I will also forward your remarks to the developer in charge of the Type Members Layout feature. Of course, I’m not entitled to promise anything, but we’ll try to pay a special attention to this.
Eugene Pasynkov says:
June 15, 2008To Roman Kuznetsov:
Unfortunately, Type Member Layout feature cannot manage preprocessor directives. Right now we haven’t found any suitable solution to treat them, and it mess code up đ We will do our best to fix this in the nearest future
Rob says:
June 18, 2008I’m sorry to say that Version 4 is useless compared to 3.x, since it crashes after apx 20-30 min of use.
Please release a fix for this wonderfull product asap!
Jura Gorohovsky says:
June 18, 2008Rob:
Sorry to hear that.
Please submit a JIRA request (http://jetbrains.net/jira/browse/RSRP) with all necessary info regarding your environment to reproduce the issue.
If the solution for the issue is not known yet, chances are we will address it in a bug-fix release.