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
N
Nini .NET configuration library
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 3 of 9
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added a numbering scheme to the table of contents. Added VB.NET examples for most code samples.
Brent Matzelle
More...
almost 20 years ago
Added some conditional compilation code so it will work with the .NET Compact Framework.
Brent Matzelle
More...
almost 20 years ago
Changed the XmlConfigSource constructor code to use XmlReader objects because of recent changes for the .NET Compact Framework.
Brent Matzelle
More...
almost 20 years ago
Added some conditional compilation code so it will work with the .NET Compact Framework. There now is a constructor taking an XmlReader but not an IXPathNavigable (this breaks compatibility).
Brent Matzelle
More...
almost 20 years ago
Added some conditional compilation code so it will work with the .NET Compact Framework and updated the version to 0.9.2.
Brent Matzelle
More...
almost 20 years ago
GetArguments: Used different Array.Copy method override to make the class compatible with the .NET Compact Framework.
Brent Matzelle
More...
almost 20 years ago
DuplicateSections: Tests overriding duplicate sections. DuplicateKeys: Tests overriding duplicate keys.
Brent Matzelle
More...
almost 20 years ago
KeysWithSameName: Duplicate keys no longer cause an exception. SectionsWithSameName: Duplicate sections no longer cause an exception. GetAndSetDelimiters: New test for the get and set comment/assign methods.
Brent Matzelle
More...
almost 20 years ago
Set the file line ending to a carriage return and a line feed ('\r\n') as per the standard.
Brent Matzelle
More...
almost 20 years ago
Load: Now if a section with the same name exists it will be overridden.
Brent Matzelle
More...
almost 20 years ago
GetCommentDelimiters, GetAssignDelimiters: Fixed a bug and made this class compatible with the .NET Compact Framework. ReadKey: No longer checks for duplicate keys. ReadSection: No longer checks for duplicate sections.
Brent Matzelle
More...
almost 20 years ago
Added 0.9.1 changelog notes.
Brent Matzelle
More...
almost 20 years ago
Changed the product position.
Brent Matzelle
More...
almost 20 years ago
Added the "Using Nini Effectively" section to the manual.
Brent Matzelle
More...
almost 20 years ago
Added some notes about xCHM, the Unix CHM file viewer.
Brent Matzelle
More...
almost 20 years ago
Change log file for the entire Nini project.
Brent Matzelle
More...
about 20 years ago
Added documentation about the IList methods and properties.
Brent Matzelle
More...
about 20 years ago
Added documentation for the GetValues method.
Brent Matzelle
More...
about 20 years ago
Added documentation about the new Reload method.
Brent Matzelle
More...
about 20 years ago
Updated version number to 0.9.1.
Brent Matzelle
More...
about 20 years ago
Reload: New test for the Reload method.
Brent Matzelle
More...
about 20 years ago
Reload: New method to reload a previously loaded source.
Brent Matzelle
More...
about 20 years ago
GetValues: New method that returns all key values.
Brent Matzelle
More...
about 20 years ago
GetValues: New method that returns all key values. Remove: Fixed bug. Remove was not working at all. GetBooleanAlias: Now returns better error message.
Brent Matzelle
More...
about 20 years ago
Class now implements IList interface: IsFixedSize, IsReadOnly, RemoveAt, Clear, Contains, IndexOf, Insert.
Brent Matzelle
More...
about 20 years ago
Message: Made the line and position text slightly easier to read.
Brent Matzelle
More...
about 20 years ago
Added document for the Get and Set of comment and assign delimiters.
Brent Matzelle
More...
about 20 years ago
Added the documentation for the empty constructor and the overloaded ToString method.
Brent Matzelle
More...
about 20 years ago
GetBooleanSpace: Test for case-sensitivity and space in between characters. RemoveNonExistingKey: Test for removing a non-existing key.
Brent Matzelle
More...
about 20 years ago
Remove: Now only attempts to remove a key if it exists in the collection.
Brent Matzelle
More...
about 20 years ago
←
1
2
3
4
5
6
7
8
9
→
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