Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc Generation move to .NET core 3.0 #4113

Merged
merged 8 commits into from
Oct 1, 2019
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"sdk": {
"version": "3.0.100"
},
"version": "8.0.0"
"version": "8.0.0",
"doc_current": "master"
}
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public override void VisitDocument(Document document)
_newDocument.Attributes.Add(new AttributeEntry("nuget", "https://www.nuget.org/packages"));

var originalFile = Regex.Replace(_source.FullName.Replace("\\", "/"), @"^(.*Tests/)",
$"{github}/tree/{Program.BranchName}/src/Tests/Tests/");
$"{github}/tree/{Program.DocVersion}/src/Tests/Tests/");

_newDocument.Insert(0, new Comment
{
Expand Down
149 changes: 0 additions & 149 deletions src/CodeGeneration/DocGenerator/Buildalyzer/AnalyzerManager.cs

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading