5
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected about 23 hours ago.
Aug 16, 2024 — Aug 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
RECS0072: 'base.' is redundant and can safely be removed More... over 9 years ago
Merge pull request #104 from McNeight/build More... over 9 years ago
CS1028: Unexpected preprocessor directive More... over 9 years ago
CS0709: cannot derive from static class More... over 9 years ago
RECS0127: Expression can be replaced with '!string.IsNullOrEmpty()' More... over 9 years ago
RECS0164: Redundant explicit delegate declaration More... over 9 years ago
RECS0014: This class is recommended to be defined as static More... over 9 years ago
RECS0093: Replace with '&=' More... over 9 years ago
RECS0092: Convert field to readonly More... over 9 years ago
RECS0091: Use 'var' keyword More... over 9 years ago
RECS0033: Replace with '|=' More... over 9 years ago
RECS0004: Empty constructor is redundant More... over 9 years ago
CA1003: Remove 'ProcessDirectoryHandler' and replace its usage with EventHandler<T> More... over 9 years ago
RECS0133: Parameter name differs in base declaration More... over 9 years ago
RECS0007: Default underlying type of enums is already int More... over 9 years ago
RECS0063: 'StartsWith' is culture-aware and missing a StringComparison argument More... over 9 years ago
RECS0061: 'EndsWith' is culture-aware and missing a StringComparison argument More... over 9 years ago
RECS0060: 'IndexOf' is culture-aware and missing a StringComparison argument More... over 9 years ago
RECS0034: ';' should be avoided. Use '{}' instead More... over 9 years ago
RECS0085: Redundant array creation expression More... over 9 years ago
RECS0163: Use 'nameof' expression instead. More... over 9 years ago
AppVeyor Tweak Make sure AppVeyor build environment doesn't build the coverity_scan branch More... over 9 years ago
Documentation, Part 1 * Migrate contents of ReadMe.rtf into README.md in root directory * Add more file format specifications and index * Upgrade SharpZipLib.shfb to SharpZipLib_VS2013.shfbproj and create SharpZipLib.chm * Include Code Map from VS2015 Enterprise More... over 9 years ago
Travis Tweaking * Apparently mono and xbuild don't like .NET 4.5.2 /usr/lib/mono/xbuild/12.0/bin/Microsoft.Common.targets: warning : TargetFrameworkVersion 'v4.5.2' not supported by this toolset (ToolsVersion: 12.0). * Reverting to v4.5 More... over 9 years ago
Build Cleanup * Remove legacy NAnt-based build files * Remove all references to NET_2_0 and later framework defines * Currently, we have no code distinctions between these frameworks * <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> * Revise Travis CI mono version More... over 9 years ago
Simplified CI * Reduced Travis and AppVeyor to remove NUnit tsting * Will return to unit testing when libraries build and tests work correctly More... over 9 years ago
More CI Enhancements * Added .travis.yml as second CI source * Expanded appveyor.yml with more build settings * Added travis badge next to appveyor badge * Updated settings in ICSharpCode.SharpZipLib.Tests.csproj and ICSharpCode.SharpZipLib.sln to support automated testing on travis More... over 9 years ago
appveyor.yml verbosity should be 'detailed' and not 'verbose' More... over 9 years ago
Add Gitter badge More... over 9 years ago
Build & File Restructuring Added Files: * appveyor.yml More... over 9 years ago