1
I Use This!
Inactive

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 6 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add .gitignore More... over 8 years ago
Update website address in headers More... over 8 years ago
Upgrade to FxCop 12 (VS2013) and .NET 4.5.1. More... about 10 years ago
Fix for not having FxCop 1.36 installed. Added ignore file for compilation. More... about 10 years ago
Turn off introspection tracer because it hangs FxCop GUI. More... over 10 years ago
Fix threading friendly name. Allow for immutability attribute to not be in Jgr namespace. More... over 10 years ago
Add threading FxCop rules. Match assembly info with other projects. Fix license headers in XML. More... about 13 years ago
Re-license code from Ms-PL -> NEw BSD. Add IEnumerable, IEnumerable<T> and IDictionary<T, U> to immutable base types. More... almost 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... about 14 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 14 years ago
Trace into method calls if the exception is passed as an argument. More... over 14 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... over 14 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... over 14 years ago
Remove unnecessary override. More... over 14 years ago
Split rules up so they're better in the FxCop UI. Seed immutability with some standard types (numeric types and String). More... over 14 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... over 14 years ago
Add license headers. More... over 14 years ago
Initial import of FxCop rules. More... over 14 years ago