-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Simplify web project templates #10347 #10808
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
Conversation
Let me know if you want me to remove CDN tests here |
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 think you're good to go once you remove the CDN tests.
<script src="~/lib/jquery-validation/dist/jquery.validate.js"></script> | ||
<script src="~/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js"></script> | ||
|
||
|
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.
Nit-pick: Extra newline here.
Yeah, they no longer serve a purpose so go ahead and remove them. |
@ryanbrandenburg do I need a merge from main here? Test failed in a weird spot |
merge Co-authored-by: Kahbazi <[email protected]> Co-authored-by: Pranav K <[email protected]> Co-authored-by: null <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Doug Bunting <[email protected]> Co-authored-by: Justin Kotalik <[email protected]> Co-authored-by: David Fowler <[email protected]> Co-authored-by: Jeow Li Huan <[email protected]> Co-authored-by: Andrew Stanton-Nurse <[email protected]> Co-authored-by: Steve Sanderson <[email protected]> Co-authored-by: Nate McMaster <[email protected]> Co-authored-by: Smit Patel <[email protected]>
@ryanbrandenburg doing a merge does not resolve CI |
This comment was made automatically. If there is a problem contact [email protected]. I've triaged the above build. I've created/commented on the following issue(s) |
All the failures were flaky tests, I'm re-running it to see if that cleans things up. |
Summary of the changes
Addresses #10347