goBazinga / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Elmah.cs Project File should use /checked+ #122

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?
Turning on checking for the Elmah.cs project.

What goal would this enhancement help you achieve?
I happen to agree with Jeff: 
http://jeffknutson.blogspot.com/2006/10/arithmetic-overflowsunderflows-in-c-yes.
html

While Elmah may not contain a great deal of arithmetic operations, I and
many others believe that it is best to always turn on checking in all our
C# projects and put highly performance-sensitive code inside unchecked
blocks.  We have included this in our company's internal guideline for C#
development.

Original issue reported on code.google.com by Hath...@gmail.com on 22 Jun 2009 at 2:00

Attachments:

GoogleCodeExporter commented 8 years ago
This issue has been migrated to:
https://github.com/elmah/Elmah/issues/122
The conversation continues there.
DO NOT post any further comments to the issue tracker on Google Code as it is 
shutting down.
You can also just subscribe to the issue on GitHub to receive notifications of 
any further development.

Original comment by azizatif on 25 Aug 2015 at 8:17