Skip to content

Commit 90c26b1

Browse files
committed
Started refactoring on test project (migrating from NUnit to Xunit).
1 parent f3a756e commit 90c26b1

File tree

92 files changed

+3330
-12656
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+3330
-12656
lines changed

CommandLine.sln.DotSettings.user

+1-1
Large diffs are not rendered by default.

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,15 @@ Compatibility:
1111

1212
News:
1313
---
14+
- Started refactoring on test project (migrating from NUnit to Xunit).
1415
- Thanks to @marcells, we can reference CommandLine.dll from CommandLine.Tests.dll keeping strong name.
1516
- Introduced ``ValueOptionAttribute`` enhancement of issue #33.
1617
- ``CommandLineParser`` refactored (also using new ``ParserContext`` type).
1718
- ``ReflectionUtil`` now caches data using ``ReflectionCache``.
18-
- Added ``strings`` task to Rakefile used to regenerate ``SR.strings.cs``.
1919
- Internal refactoring on ``OptionMap`` and ``OptionInfo``.
2020
- Refactoring in respect of FxCop rules (see ChangeLog). ``HandleParsingErrorsDelegate`` renamed to ``ParsingErrorsHandler``, ``MultiLineTextAttribute`` renamed to ``MultilineTextAttribute``.
2121
- Removed synchronization from ``OptionInfo`` and ``TargetWrapper`` (parsing should occur in one thread;
2222
if not, synchronization must be provided by developer not by the library).
23-
- Source in Core dir (public types) placed in tree root.
24-
- Project SampleApp renamed to CommandLine.Demo.
25-
- ``SR.string[.cs]`` managed with tools/invariantstr.exe ([Invariant String Tool](https://github.com/gsscoder/invariantstrtool)).
26-
- Added ``CommandLineParser::WasVerbOptionInvoked`` helper method (also in ``ICommandLineParser``).
27-
- ``CommandLineParserSettings``, ``CommandLineParser`` are now correctly disposable.
2823
- Merged pull request #44 from @dbaileychess (Derek Bailey) that adds ``BaseOptionAttribute::MetaKey`` similar to python [argparse](http://docs.python.org/2/library/argparse.html#module-argparse).
2924
- Implemented [strict parsing](https://github.com/gsscoder/commandline/blob/master/src/tests/Parser/StrictFixture.cs) (see issue #32 by @nemec).
3025

doc/ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-01-27 Giacomo Stelluti Scala <[email protected]>
2+
3+
* Started refactoring on test project (migrating from NUnit to Xunit).
4+
15
2013-01-27 Giacomo Stelluti Scala <[email protected]>
26

37
* Fixed an issue in Rakefile. Now 'test' task is separeted form 'build' (defualt).

packages/NUnit.2.5.10.11092/Logo.ico

-1.05 KB
Binary file not shown.
Binary file not shown.

packages/NUnit.2.5.10.11092/NUnit.2.5.10.11092.nuspec

-18
This file was deleted.

packages/NUnit.2.5.10.11092/NUnitFitTests.html

-277
This file was deleted.

0 commit comments

Comments
 (0)