-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
+ Added `ValidationHelper` + `RequiredIfAttribute` can now be added multiple times to an element
- Loading branch information
Showing
20 changed files
with
954 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -404,3 +404,4 @@ nuget-publish.bat | |
# Others | ||
**/log.txt | ||
src/ObjectValidation Docs/log.txt | ||
**/TestResults/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
342 changes: 342 additions & 0 deletions
342
...idation CountryValidator/ObjectValidation-CountryValidator licenses/CountryValidator.html
Large diffs are not rendered by default.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
src/ObjectValidation CountryValidator/ObjectValidation-CountryValidator licenses/LICENSE
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2023 Andreas Zimmermann, wan24.de | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
64 changes: 64 additions & 0 deletions
64
...ctValidation-CountryValidator licenses/Microsoft.Extensions.Diagnostics.Abstractions.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="/Content/Site.css" /> | ||
<title>'MIT' reference</title> | ||
</head> | ||
<body> | ||
<div id="main-content"> | ||
|
||
|
||
|
||
<h1>MIT License</h1> | ||
|
||
<h2>SPDX identifier</h2> | ||
<div id="license-expression">MIT</div> | ||
|
||
<h2>License text</h2> | ||
|
||
<div class="optional-license-text"> | ||
<p>MIT License</p> | ||
|
||
</div> | ||
<div class="replaceable-license-text"> | ||
<p>Copyright (c) <year> <copyright holders> | ||
</p> | ||
|
||
</div> | ||
|
||
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of <var class="replaceable-license-text"> this software and | ||
associated documentation files</var> (the "Software"), to deal in the Software without restriction, | ||
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions:</p> | ||
|
||
<p>The above copyright notice and this permission notice | ||
<var class="optional-license-text"> (including the next paragraph)</var> | ||
shall be included in all copies or substantial | ||
portions of the Software.</p> | ||
|
||
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT | ||
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN | ||
NO EVENT SHALL <var class="replaceable-license-text"> THE AUTHORS OR COPYRIGHT HOLDERS</var> BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>SPDX web page</h2> | ||
<ul> | ||
<li><a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a></li> | ||
</ul> | ||
|
||
<h2>Notice</h2> | ||
<p>This license content is provided by the <a href="https://spdx.dev/">SPDX project</a>. For more information about <b>licenses.nuget.org</b>, see <a href="https://aka.ms/licenses.nuget.org">our documentation</a>. | ||
|
||
<p><i>Data pulled from <a href="https://github.com/spdx/license-list-data">spdx/license-list-data</a> on February 9, 2023.</i></p> | ||
</div> | ||
</body> | ||
</html> |
64 changes: 64 additions & 0 deletions
64
...tryValidator/ObjectValidation-CountryValidator licenses/Microsoft.Extensions.Options.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="/Content/Site.css" /> | ||
<title>'MIT' reference</title> | ||
</head> | ||
<body> | ||
<div id="main-content"> | ||
|
||
|
||
|
||
<h1>MIT License</h1> | ||
|
||
<h2>SPDX identifier</h2> | ||
<div id="license-expression">MIT</div> | ||
|
||
<h2>License text</h2> | ||
|
||
<div class="optional-license-text"> | ||
<p>MIT License</p> | ||
|
||
</div> | ||
<div class="replaceable-license-text"> | ||
<p>Copyright (c) <year> <copyright holders> | ||
</p> | ||
|
||
</div> | ||
|
||
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of <var class="replaceable-license-text"> this software and | ||
associated documentation files</var> (the "Software"), to deal in the Software without restriction, | ||
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions:</p> | ||
|
||
<p>The above copyright notice and this permission notice | ||
<var class="optional-license-text"> (including the next paragraph)</var> | ||
shall be included in all copies or substantial | ||
portions of the Software.</p> | ||
|
||
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT | ||
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN | ||
NO EVENT SHALL <var class="replaceable-license-text"> THE AUTHORS OR COPYRIGHT HOLDERS</var> BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>SPDX web page</h2> | ||
<ul> | ||
<li><a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a></li> | ||
</ul> | ||
|
||
<h2>Notice</h2> | ||
<p>This license content is provided by the <a href="https://spdx.dev/">SPDX project</a>. For more information about <b>licenses.nuget.org</b>, see <a href="https://aka.ms/licenses.nuget.org">our documentation</a>. | ||
|
||
<p><i>Data pulled from <a href="https://github.com/spdx/license-list-data">spdx/license-list-data</a> on February 9, 2023.</i></p> | ||
</div> | ||
</body> | ||
</html> |
64 changes: 64 additions & 0 deletions
64
...Validator/ObjectValidation-CountryValidator licenses/Microsoft.Extensions.Primitives.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="/Content/Site.css" /> | ||
<title>'MIT' reference</title> | ||
</head> | ||
<body> | ||
<div id="main-content"> | ||
|
||
|
||
|
||
<h1>MIT License</h1> | ||
|
||
<h2>SPDX identifier</h2> | ||
<div id="license-expression">MIT</div> | ||
|
||
<h2>License text</h2> | ||
|
||
<div class="optional-license-text"> | ||
<p>MIT License</p> | ||
|
||
</div> | ||
<div class="replaceable-license-text"> | ||
<p>Copyright (c) <year> <copyright holders> | ||
</p> | ||
|
||
</div> | ||
|
||
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of <var class="replaceable-license-text"> this software and | ||
associated documentation files</var> (the "Software"), to deal in the Software without restriction, | ||
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions:</p> | ||
|
||
<p>The above copyright notice and this permission notice | ||
<var class="optional-license-text"> (including the next paragraph)</var> | ||
shall be included in all copies or substantial | ||
portions of the Software.</p> | ||
|
||
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT | ||
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN | ||
NO EVENT SHALL <var class="replaceable-license-text"> THE AUTHORS OR COPYRIGHT HOLDERS</var> BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>SPDX web page</h2> | ||
<ul> | ||
<li><a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a></li> | ||
</ul> | ||
|
||
<h2>Notice</h2> | ||
<p>This license content is provided by the <a href="https://spdx.dev/">SPDX project</a>. For more information about <b>licenses.nuget.org</b>, see <a href="https://aka.ms/licenses.nuget.org">our documentation</a>. | ||
|
||
<p><i>Data pulled from <a href="https://github.com/spdx/license-list-data">spdx/license-list-data</a> on February 9, 2023.</i></p> | ||
</div> | ||
</body> | ||
</html> |
31 changes: 31 additions & 0 deletions
31
...alidation CountryValidator/ObjectValidation-CountryValidator licenses/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Licenses | ||
|
||
This document describes used 3rd party software and their licenses. The | ||
license texts can be found in the text files named after the library. The | ||
exact used library versions can be found in the project files, which are | ||
published in the | ||
[GitHub repository](https://github.com/nd1012/ObjectValidation). | ||
|
||
Linked project and license URIs come from the referenced NuGet package meta | ||
data. None of these libraries have been modified and are being used in their | ||
original published form. | ||
|
||
## ObjectValidation-CountryValidator referenced libraries | ||
|
||
The published `ObjectValidation-CountryValidator` library uses the following | ||
referenced open source libraries: | ||
|
||
| Library | License | | ||
| ------- | ------- | | ||
| [`ObjectValidation`](https://github.com/nd1012/ObjectValidation) | [MIT](https://github.com/nd1012/ObjectValidation/blob/main/LICENSE) | | ||
| [`CountryValidator`](https://github.com/anghelvalentin/CountryValidator) | [Apache 2.0](https://licenses.nuget.org/Apache-2.0) | | ||
|
||
These referenced libraries have transistive references to these open source | ||
libraries: | ||
|
||
| Library | License | | ||
| ------- | ------- | | ||
| [`Microsoft.Extensions.DependencyInjection.Abstractions`](https://dot.net/) | [MIT](https://licenses.nuget.org/MIT) | | ||
| [`Microsoft.Extensions.Options`](https://dot.net/) | [MIT](https://licenses.nuget.org/MIT) | | ||
| [`Microsoft.Extensions.Primitives`](https://dot.net/) | [MIT](https://licenses.nuget.org/MIT) | | ||
| [`System.ComponentModel.Annotations`](https://github.com/dotnet/corefx) | [MIT](https://licenses.nuget.org/MIT) | |
64 changes: 64 additions & 0 deletions
64
...lidator/ObjectValidation-CountryValidator licenses/System.ComponentModel.Annotations.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
|
||
<!DOCTYPE html> | ||
|
||
<html lang="en"> | ||
<head> | ||
<link rel="stylesheet" href="/Content/Site.css" /> | ||
<title>'MIT' reference</title> | ||
</head> | ||
<body> | ||
<div id="main-content"> | ||
|
||
|
||
|
||
<h1>MIT License</h1> | ||
|
||
<h2>SPDX identifier</h2> | ||
<div id="license-expression">MIT</div> | ||
|
||
<h2>License text</h2> | ||
|
||
<div class="optional-license-text"> | ||
<p>MIT License</p> | ||
|
||
</div> | ||
<div class="replaceable-license-text"> | ||
<p>Copyright (c) <year> <copyright holders> | ||
</p> | ||
|
||
</div> | ||
|
||
<p>Permission is hereby granted, free of charge, to any person obtaining a copy of <var class="replaceable-license-text"> this software and | ||
associated documentation files</var> (the "Software"), to deal in the Software without restriction, | ||
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, | ||
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, | ||
subject to the following conditions:</p> | ||
|
||
<p>The above copyright notice and this permission notice | ||
<var class="optional-license-text"> (including the next paragraph)</var> | ||
shall be included in all copies or substantial | ||
portions of the Software.</p> | ||
|
||
<p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT | ||
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN | ||
NO EVENT SHALL <var class="replaceable-license-text"> THE AUTHORS OR COPYRIGHT HOLDERS</var> BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, | ||
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE | ||
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p> | ||
|
||
|
||
|
||
|
||
|
||
|
||
<h2>SPDX web page</h2> | ||
<ul> | ||
<li><a href="https://spdx.org/licenses/MIT.html">https://spdx.org/licenses/MIT.html</a></li> | ||
</ul> | ||
|
||
<h2>Notice</h2> | ||
<p>This license content is provided by the <a href="https://spdx.dev/">SPDX project</a>. For more information about <b>licenses.nuget.org</b>, see <a href="https://aka.ms/licenses.nuget.org">our documentation</a>. | ||
|
||
<p><i>Data pulled from <a href="https://github.com/spdx/license-list-data">spdx/license-list-data</a> on February 9, 2023.</i></p> | ||
</div> | ||
</body> | ||
</html> |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.