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
S
SharpZipLib
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
about 23 hours
ago.
Aug 16, 2024 — Aug 16, 2025
Showing page 15 of 35
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
RECS0072: 'base.' is redundant and can safely be removed
Neil McNeight
More...
over 9 years ago
Merge pull request #104 from McNeight/build
Neil McNeight
More...
over 9 years ago
CS1028: Unexpected preprocessor directive
Neil McNeight
More...
over 9 years ago
CS0709: cannot derive from static class
Neil McNeight
More...
over 9 years ago
RECS0127: Expression can be replaced with '!string.IsNullOrEmpty()'
Neil McNeight
More...
over 9 years ago
RECS0164: Redundant explicit delegate declaration
Neil McNeight
More...
over 9 years ago
RECS0014: This class is recommended to be defined as static
Neil McNeight
More...
over 9 years ago
RECS0093: Replace with '&='
Neil McNeight
More...
over 9 years ago
RECS0092: Convert field to readonly
Neil McNeight
More...
over 9 years ago
RECS0091: Use 'var' keyword
Neil McNeight
More...
over 9 years ago
RECS0033: Replace with '|='
Neil McNeight
More...
over 9 years ago
RECS0004: Empty constructor is redundant
Neil McNeight
More...
over 9 years ago
CA1003: Remove 'ProcessDirectoryHandler' and replace its usage with EventHandler<T>
Neil McNeight
More...
over 9 years ago
RECS0133: Parameter name differs in base declaration
Neil McNeight
More...
over 9 years ago
RECS0007: Default underlying type of enums is already int
Neil McNeight
More...
over 9 years ago
RECS0063: 'StartsWith' is culture-aware and missing a StringComparison argument
Neil McNeight
More...
over 9 years ago
RECS0061: 'EndsWith' is culture-aware and missing a StringComparison argument
Neil McNeight
More...
over 9 years ago
RECS0060: 'IndexOf' is culture-aware and missing a StringComparison argument
Neil McNeight
More...
over 9 years ago
RECS0034: ';' should be avoided. Use '{}' instead
Neil McNeight
More...
over 9 years ago
RECS0085: Redundant array creation expression
Neil McNeight
More...
over 9 years ago
RECS0163: Use 'nameof' expression instead.
Neil McNeight
More...
over 9 years ago
AppVeyor Tweak Make sure AppVeyor build environment doesn't build the coverity_scan branch
Neil McNeight
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
Neil McNeight
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
Neil McNeight
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
Neil McNeight
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
Neil McNeight
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
Neil McNeight
More...
over 9 years ago
appveyor.yml verbosity should be 'detailed' and not 'verbose'
Neil McNeight
More...
over 9 years ago
Add Gitter badge
The Gitter Badger
More...
over 9 years ago
Build & File Restructuring Added Files: * appveyor.yml
Neil McNeight
More...
over 9 years ago
←
1
2
…
11
12
13
14
15
16
17
18
19
…
34
35
→
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