openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
F
FxCop Rules collection
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Add .gitignore
James Ross
More...
about 9 years ago
Update website address in headers
James Ross
More...
about 9 years ago
Upgrade to FxCop 12 (VS2013) and .NET 4.5.1.
James Ross
More...
about 11 years ago
Fix for not having FxCop 1.36 installed. Added ignore file for compilation.
James Ross
More...
about 11 years ago
Turn off introspection tracer because it hangs FxCop GUI.
James Ross
More...
over 11 years ago
Fix threading friendly name. Allow for immutability attribute to not be in Jgr namespace.
James Ross
More...
over 11 years ago
Add threading FxCop rules. Match assembly info with other projects. Fix license headers in XML.
James Ross
More...
almost 14 years ago
Re-license code from Ms-PL -> NEw BSD. Add IEnumerable, IEnumerable<T> and IDictionary<T, U> to immutable base types.
James Ross
More...
over 14 years ago
Adding IDisposable project; doesn't really work yet (lots of debugging). Commenting and code tidy-up for Exceptions and an assertion failure fix.
James Ross
More...
almost 15 years ago
Code tidy-up. Replace private flag check with IsVisibleOutsideAssembly - no property setters visible outside the assembly are allowed; all property setters will still be checked for non-constructor calls.
James Ross
More...
about 15 years ago
Trace into method calls if the exception is passed as an argument.
James Ross
More...
about 15 years ago
Added initial stab at exception-related rules: check exception variable has at least Message and GetType() called, or ToString(). Doesn't work on indirect ToString() calls yet.
James Ross
More...
about 15 years ago
Add rule for descendant classes needing [Immutable] when base type has it. Add rule for checking only constructors are calling a (private - other rule checks this) property setter.
James Ross
More...
about 15 years ago
Remove unnecessary override.
James Ross
More...
about 15 years ago
Split rules up so they're better in the FxCop UI. Seed immutability with some standard types (numeric types and String).
James Ross
More...
about 15 years ago
Implement 3 different tests of immutability: - Non-readonly, non-static field. - Non-static property setter. - Mutable type used in any field or property.
James Ross
More...
about 15 years ago
Add license headers.
James Ross
More...
about 15 years ago
Initial import of FxCop rules.
James Ross
More...
about 15 years ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree