Skip to content

Commit 93bc1e4

Browse files
committed
Added resource designer generated code files.
* Removed generated designer files from git ignore mapping * The resource enerator does NOT run on a build (Local or automated) it only runs within the IDE. (Part of the issue with single file generators vs Roslyn source generators). * Converted rmaining uses to a consistent casing `CommandLine` - Allows spell checker to see it as two words, also matches common API naming - Also set sup for consistent casing on an FS that is case sensitive.
1 parent b20c974 commit 93bc1e4

34 files changed

+170
-64
lines changed

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ paket-files/
191191
# Python Tools for Visual Studio (PTVS)
192192
__pycache__/
193193
*.pyc
194-
CommandlineParsing.docfx/docs
195194
**/api/*.yml
196195
**/api/.manifest
197196
/BuildOutput/**
198-
199-
**/*.Designer.cs
197+
/CurrentVersionInfo.json

docs/api/Ubiquity.CommandlineParsing.CommandLineBinderExtensions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_CommandLineBinderExtensions" data-uid="Ubiqu
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Utility extension class to simplify parsing/binding operations.</p>

docs/api/Ubiquity.CommandlineParsing.CommandlineArgAttribute.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_CommandlineArgAttribute" data-uid="Ubiquity.
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Allows accessing a property via the command line parser with a name that is different from the property name.</p>

docs/api/Ubiquity.CommandlineParsing.CommandlineBinder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_CommandLineBinder" data-uid="Ubiquity.Comman
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Type specific command line argument binder.</p>

docs/api/Ubiquity.CommandlineParsing.CommandlineOption.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_CommandLineOption" data-uid="Ubiquity.Comman
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Result of a single parsed command line option.</p>

docs/api/Ubiquity.CommandlineParsing.CommandlineParseException.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_CommandlineParseException" data-uid="Ubiquit
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Exception for errors in parsing or binding command line arguments.</p>

docs/api/Ubiquity.CommandlineParsing.CommandlineValue.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_CommandLineValue" data-uid="Ubiquity.Command
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Command line argument value.</p>

docs/api/Ubiquity.CommandlineParsing.EnvironmentEx.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_EnvironmentEx" data-uid="Ubiquity.CommandLin
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Provides environment extensions for handling platform differences.</p>

docs/api/Ubiquity.CommandlineParsing.ICommandlineArgument.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_ICommandLineArgument" data-uid="Ubiquity.Com
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Interface for a command line argument.</p>

docs/api/Ubiquity.CommandlineParsing.ICommandlineParser.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h1 id="Ubiquity_CommandLineParsing_ICommandLineParser" data-uid="Ubiquity.Comma
8989

9090
<div class="facts text-secondary">
9191
<dl><dt>Namespace</dt><dd><a class="xref" href="Ubiquity.html">Ubiquity</a>.<a class="xref" href="Ubiquity.CommandLineParsing.html">CommandLineParsing</a></dd></dl>
92-
<dl><dt>Assembly</dt><dd>Ubiquity.CommandlineParsing.dll</dd></dl>
92+
<dl><dt>Assembly</dt><dd>Ubiquity.CommandLineParsing.dll</dd></dl>
9393
</div>
9494

9595
<div class="markdown summary"><p>Interface for parsing command line arguments.</p>

0 commit comments

Comments
 (0)