1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add .gitignore More... about 9 years ago
Update website address in headers More... about 9 years ago
Upgrade to FxCop 12 (VS2013) and .NET 4.5.1. More... about 11 years ago
Fix for not having FxCop 1.36 installed. Added ignore file for compilation. More... about 11 years ago
Turn off introspection tracer because it hangs FxCop GUI. More... over 11 years ago
Fix threading friendly name. Allow for immutability attribute to not be in Jgr namespace. More... over 11 years ago
Add threading FxCop rules. Match assembly info with other projects. Fix license headers in XML. 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. 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. 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. More... about 15 years ago
Trace into method calls if the exception is passed as an argument. 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. 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. More... about 15 years ago
Remove unnecessary override. 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). 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. More... about 15 years ago
Add license headers. More... about 15 years ago
Initial import of FxCop rules. More... about 15 years ago