-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Follow-up to #31559 #32047
Follow-up to #31559 #32047
Conversation
Thanks for your PR, @MackinnonBuck. |
0d9a468
to
a3790af
Compare
public int DeleteLength { get; set; } | ||
} | ||
|
||
private class SourceFile |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added this class to provide a helper for extracting line/column numbers from @import
uses. We could definitely remove this if we're okay with not having line numbers in error messages. If we do that, we'll probably want to deduplicate error messages that relate to the same file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
Addresses some follow-up items from #31559:
BrotliCompress
task if there are no files to compressAssignRazorComponentTargetPaths
andAssignRazorGenerateTargetPaths
from the StaticWebAssets SDK_StaticWebAssetsSdkRazorToolAssembly
from the StaticWebAssets SDKFixes dotnet/aspnetcore#47374
Fixes #32004