-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ccc91ed
commit b220511
Showing
8 changed files
with
429 additions
and
3 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
62 changes: 62 additions & 0 deletions
62
...geAnalyzerObjects/rscgutilsGenerated/DefinitionMyAdditionalFiles.deprecatedV1.gen.json.cs
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,62 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Runtime.Serialization; | ||
#nullable enable | ||
|
||
namespace NS_GeneratedJson_deprecatedV1_gen_json { | ||
|
||
|
||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class TopLevelPackages{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("id")] | ||
public string? Id {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("requestedVersion")] | ||
public string? RequestedVersion {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("resolvedVersion")] | ||
public string? ResolvedVersion {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("latestVersion")] | ||
public string? LatestVersion {get;set;} | ||
public static TopLevelPackages? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<TopLevelPackages>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class Frameworks{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("framework")] | ||
public string? Framework {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("topLevelPackages")] | ||
public IList<TopLevelPackages>? TopLevelPackages {get;set;} | ||
public static Frameworks? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<Frameworks>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class Projects{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("path")] | ||
public string? Path {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("frameworks")] | ||
public IList<Frameworks>? Frameworks {get;set;} | ||
public static Projects? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<Projects>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class deprecatedV1_gen_json{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("version")] | ||
public int? Version {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("parameters")] | ||
public string? Parameters {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("sources")] | ||
public IList<string>? Sources {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("projects")] | ||
public IList<Projects>? Projects {get;set;} | ||
public static deprecatedV1_gen_json? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<deprecatedV1_gen_json>(text); } | ||
}//end class | ||
} //endnamespace | ||
#nullable restore |
86 changes: 86 additions & 0 deletions
86
...ckageAnalyzerObjects/rscgutilsGenerated/DefinitionMyAdditionalFiles.includeV1.gen.json.cs
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,86 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Runtime.Serialization; | ||
#nullable enable | ||
|
||
namespace NS_GeneratedJson_includeV1_gen_json { | ||
|
||
|
||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class Problems{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("level")] | ||
public string? Level {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("text")] | ||
public string? Text {get;set;} | ||
public static Problems? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<Problems>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class Frameworks{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("framework")] | ||
public string? Framework {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("topLevelPackages")] | ||
public IList<TopLevelPackages>? TopLevelPackages {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("transitivePackages")] | ||
public IList<TransitivePackages>? TransitivePackages {get;set;} | ||
public static Frameworks? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<Frameworks>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class Projects{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("path")] | ||
public string? Path {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("frameworks")] | ||
public IList<Frameworks>? Frameworks {get;set;} | ||
public static Projects? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<Projects>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class TopLevelPackages{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("id")] | ||
public string? Id {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("requestedVersion")] | ||
public string? RequestedVersion {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("resolvedVersion")] | ||
public string? ResolvedVersion {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("autoReferenced")] | ||
public string? AutoReferenced {get;set;} | ||
public static TopLevelPackages? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<TopLevelPackages>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class TransitivePackages{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("id")] | ||
public string? Id {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("resolvedVersion")] | ||
public string? ResolvedVersion {get;set;} | ||
public static TransitivePackages? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<TransitivePackages>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class includeV1_gen_json{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("version")] | ||
public int? Version {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("parameters")] | ||
public string? Parameters {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("problems")] | ||
public IList<Problems>? Problems {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("projects")] | ||
public IList<Projects>? Projects {get;set;} | ||
public static includeV1_gen_json? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<includeV1_gen_json>(text); } | ||
}//end class | ||
} //endnamespace | ||
#nullable restore |
62 changes: 62 additions & 0 deletions
62
...kageAnalyzerObjects/rscgutilsGenerated/DefinitionMyAdditionalFiles.outdatedV1.gen.json.cs
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,62 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Runtime.Serialization; | ||
#nullable enable | ||
|
||
namespace NS_GeneratedJson_outdatedV1_gen_json { | ||
|
||
|
||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class Projects{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("path")] | ||
public string? Path {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("frameworks")] | ||
public IList<Frameworks>? Frameworks {get;set;} | ||
public static Projects? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<Projects>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class TopLevelPackages{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("id")] | ||
public string? Id {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("requestedVersion")] | ||
public string? RequestedVersion {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("resolvedVersion")] | ||
public string? ResolvedVersion {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("deprecationReasons")] | ||
public IList<string>? DeprecationReasons {get;set;} | ||
public static TopLevelPackages? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<TopLevelPackages>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class Frameworks{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("framework")] | ||
public string? Framework {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("topLevelPackages")] | ||
public IList<TopLevelPackages>? TopLevelPackages {get;set;} | ||
public static Frameworks? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<Frameworks>(text); } | ||
} | ||
/// <summary> | ||
/// generated with RSCG_UTILS 2023.914.2016 | ||
/// </summary> | ||
public partial class outdatedV1_gen_json{ | ||
|
||
[System.Text.Json.Serialization.JsonPropertyName("version")] | ||
public int? Version {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("parameters")] | ||
public string? Parameters {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("sources")] | ||
public IList<string>? Sources {get;set;} | ||
[System.Text.Json.Serialization.JsonPropertyName("projects")] | ||
public IList<Projects>? Projects {get;set;} | ||
public static outdatedV1_gen_json? Deserialize(string? text){ if(text == null) return null; return System.Text.Json.JsonSerializer.Deserialize<outdatedV1_gen_json>(text); } | ||
}//end class | ||
} //endnamespace | ||
#nullable restore |
46 changes: 46 additions & 0 deletions
46
...r/NetPackageAnalyzerObjects/rscgutilsGenerated/MyAdditionalFiles.deprecatedV1.gen.json.cs
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,46 @@ | ||
| ||
public static partial class MyAdditionalFiles | ||
{ | ||
//https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/tokens/raw-string | ||
public const string deprecatedV1_gen_json = """""""""" | ||
{ | ||
"version": 1, | ||
"parameters": "--outdated", | ||
"sources": [ | ||
"https://api.nuget.org/v3/index.json", | ||
"C:/Program Files (x86)/Microsoft SDKs/NuGetPackages/" | ||
], | ||
"projects": [ | ||
{ | ||
"path": "C:/gth/RSCG_Utils/src/RSCG_Utils/RSCG_Utils/RSCG_Utils.csproj", | ||
"frameworks": [ | ||
{ | ||
"framework": "netstandard2.0", | ||
"topLevelPackages": [ | ||
{ | ||
"id": "Microsoft.CodeAnalysis.CSharp", | ||
"requestedVersion": "4.6.0", | ||
"resolvedVersion": "4.6.0", | ||
"latestVersion": "4.7.0" | ||
}, | ||
{ | ||
"id": "Microsoft.SourceLink.GitHub", | ||
"requestedVersion": "1.1.0", | ||
"resolvedVersion": "1.1.0", | ||
"latestVersion": "1.1.1" | ||
}, | ||
{ | ||
"id": "System.Text.Json", | ||
"requestedVersion": "5.0.0", | ||
"resolvedVersion": "5.0.0", | ||
"latestVersion": "7.0.3" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} | ||
""""""""""; | ||
} |
Oops, something went wrong.