-
-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed nullability, added a nuspec, allow for custom context class nam…
…espace/name
- Loading branch information
1 parent
2ae1eff
commit 2b8d230
Showing
13 changed files
with
130 additions
and
52 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
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
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
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
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
24 changes: 24 additions & 0 deletions
24
YamlDotNet.Analyzers.StaticGenerator/YamlDotNet.Analyzers.StaticGenerator.nuspec
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,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- dotnet pack -c release -o /packages -p:NuspecFile=YamlDotNet.Analyzers.StaticGenerator.nuspec --> | ||
<package> | ||
<metadata minClientVersion="2.8"> | ||
<id>YamlDotNet.Analyzers.StaticGenerator</id> | ||
<version>0.0.1</version> | ||
<authors>YamlDotNet Contributors</authors> | ||
<description>Roslyn Code Generator that will generate a static context for use with YamlDotNet to support ahead-of-time and library trimming.</description> | ||
<summary>Static context generator for YamlDotNet.</summary> | ||
<language>en-US</language> | ||
<license type="file">LICENSE.txt</license> | ||
<projectUrl>https://github.com/aaubry/YamlDotNet/wiki</projectUrl> | ||
<iconUrl>http://aaubry.net/images/yamldotnet.png</iconUrl> | ||
<icon>images/yamldotnet.png</icon> | ||
<repository type="git" url="https://github.com/aaubry/YamlDotNet.git" /> | ||
<tags>yaml parser development library serialization</tags> | ||
</metadata> | ||
<files> | ||
<file src="bin/Release/netstandard2.0/YamlDotNet.Analyzers.StaticGenerator.dll" target="analyzers/dotnet/cs/netstandard2.0" /> | ||
|
||
<file src="../LICENSE.txt" target="" /> | ||
<file src="../yamldotnet.png" target="images/" /> | ||
</files> | ||
</package> |
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
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.