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

Mark bundle Program.cs as auto-generated #30210

Merged
merged 2 commits into from
Feb 11, 2023
Merged

Mark bundle Program.cs as auto-generated #30210

merged 2 commits into from
Feb 11, 2023

Conversation

ajcvickers
Copy link
Contributor

Fixes #30074

@ajcvickers ajcvickers requested a review from bricelam February 4, 2023 13:01
Comment on lines 5 to 9
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// </auto-generated>
//------------------------------------------------------------------------------
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd prefer using the same format we do for Migrations designer files: (but either way is fine)

Suggested change
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// </auto-generated>
//------------------------------------------------------------------------------
// <auto-generated />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stylecop is interfering with EfBundle creation in docker image in gitlab CI
3 participants