Add Microsoft.PowerShell.MarkdownRender to PowerShell.sln#7288
Add Microsoft.PowerShell.MarkdownRender to PowerShell.sln#7288daxian-dbw merged 2 commits intoPowerShell:masterfrom
Conversation
|
@bergmeister Can you also review. |
|
I compared the content of @bergmeister could you please double check? |
|
Here is the diff between the previous correct content vs. the content in this PR: I think we are good, and going to merge this PR to unblock @bergmeister. @bergmeister Please let us know if you run into any other issues. Again, we apologize for the inconvinence. |
|
Thanks for coming back to this and fixing it. I left some comments. |
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Debug|Any CPU.ActiveCfg = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Debug|Any CPU.Build.0 = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.CodeCoverage|Any CPU.ActiveCfg = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.CodeCoverage|Any CPU.Build.0 = Linux|Any CPU |
There was a problem hiding this comment.
By comparing this to other projects, should the right hand side of this line and the line above be CodeCoverage|Any CPU? cc @TravisEz13
There was a problem hiding this comment.
I will have a look.
| {43D4F8DA-A7DE-494B-81B0-BDE3CFD7B1F1}.CodeCoverage|Any CPU.ActiveCfg = Debug|Any CPU | ||
| {43D4F8DA-A7DE-494B-81B0-BDE3CFD7B1F1}.CodeCoverage|Any CPU.Build.0 = Debug|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Linux|Any CPU.ActiveCfg = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Linux|Any CPU.Build.0 = Linux|Any CPU |
There was a problem hiding this comment.
By comparing this to other projects, should the right hand side of this line and the line above be Release|Any CPU? cc @TravisEz13
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Linux|Any CPU.ActiveCfg = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Linux|Any CPU.Build.0 = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Release|Any CPU.ActiveCfg = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Release|Any CPU.Build.0 = Linux|Any CPU |
There was a problem hiding this comment.
By comparing this to other projects, should the right hand side of this line and the line above be Release|Any CPU? cc @TravisEz13
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Release|Any CPU.ActiveCfg = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Release|Any CPU.Build.0 = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Debug|Any CPU.ActiveCfg = Linux|Any CPU | ||
| {73EA0BE6-C0C5-4B56-A5AA-DADA4C01D690}.Debug|Any CPU.Build.0 = Linux|Any CPU |
There was a problem hiding this comment.
By comparing this to other projects, should the right hand side of this line and the line above be Debug|Any CPU? cc @TravisEz13

PR Summary
#6926 caused a merge issue. Fixing the solution to retain new changes and add Microsoft.PowerShell.MarkdownRender.csproj to the solution.
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.[feature]if the change is significant or affects feature tests