-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc Generation move to .NET core 3.0 (#4113)
- Separate version from current doc version - Source files should point to reference doc version as origin - Use Json.NET to parse global.json - Reference Buildalyzer package For some reason the projects referenced by docs need LangVersion in the csproj file itself on linux while working fine on windows
- Loading branch information
Showing
23 changed files
with
80 additions
and
1,313 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 |
---|---|---|
|
@@ -2,5 +2,6 @@ | |
"sdk": { | ||
"version": "3.0.100" | ||
}, | ||
"version": "8.0.0" | ||
"version": "8.0.0", | ||
"doc_current": "master" | ||
} |
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
149 changes: 0 additions & 149 deletions
149
src/CodeGeneration/DocGenerator/Buildalyzer/AnalyzerManager.cs
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
src/CodeGeneration/DocGenerator/Buildalyzer/AnalyzerManagerExtensions.cs
This file was deleted.
Oops, something went wrong.
71 changes: 0 additions & 71 deletions
71
src/CodeGeneration/DocGenerator/Buildalyzer/Environment/BuildEnvironment.cs
This file was deleted.
Oops, something went wrong.
61 changes: 0 additions & 61 deletions
61
src/CodeGeneration/DocGenerator/Buildalyzer/Environment/CoreEnvironment.cs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.