Skip to content
This repository was archived by the owner on Dec 14, 2018. It is now read-only.

React to Microsoft.AspNetCore.Razor.Evolution => Microsoft.AspNetCore… #6105

Merged
merged 1 commit into from
Apr 10, 2017

Conversation

NTaylorMullen
Copy link
Contributor

….Razor.Language.

aspnet/Razor#1169

@@ -17,13 +17,13 @@
"OldTypeId": "public interface Microsoft.AspNetCore.Mvc.Razor.Compilation.ICompilationService",
"OldMemberId": "Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationResult Compile(Microsoft.AspNetCore.Mvc.Razor.Compilation.RelativeFileInfo fileInfo, System.String compilationContent)",
"NewTypeId": "public interface Microsoft.AspNetCore.Mvc.Razor.Compilation.ICompilationService",
"NewMemberId": "Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationResult Compile(Microsoft.AspNetCore.Razor.Evolution.RazorCodeDocument codeDocument, Microsoft.AspNetCore.Razor.Evolution.RazorCSharpDocument cSharpDocument)",
"NewMemberId": "Microsoft.AspNetCore.Mvc.Razor.Compilation.CompilationResult Compile(Microsoft.AspNetCore.Razor.Language.RazorCodeDocument codeDocument, Microsoft.AspNetCore.Razor.Language.RazorCSharpDocument cSharpDocument)",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dougbu Will this be a problem or is this the correct way for our baselines to update?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NTaylorMullen I'm not sure what you mean. What does "this" refer to in your sentence?

E.g. if you're asking about changing existing exceptions, sure go right ahead and adjust them.

If you're asking about "Kind": "Modification", they're not long for this world. We will be thinking in strict "addition" and "removal" terms. (This is fine because API Check doesn't handle modifications correctly anyhow.) But, nobody has to get out in front of that change.

Copy link
Contributor

@ryanbrandenburg ryanbrandenburg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks fine. Don't forget to do all the things required when you create a "new" package.

@NTaylorMullen NTaylorMullen force-pushed the nimullen/razor.razorlanguage.1169 branch from f9a2592 to 15abfa2 Compare April 10, 2017 17:15
@NTaylorMullen NTaylorMullen merged commit 36e272f into dev Apr 10, 2017
@NTaylorMullen NTaylorMullen deleted the nimullen/razor.razorlanguage.1169 branch April 10, 2017 17:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants