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

Fix anal noise #4630

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Fix anal noise #4630

wants to merge 7 commits into from

Conversation

DickBaker
Copy link
Contributor

PR to address Issue #4612
.editorconfig left unchanged although temporarily edited to "dotnet_style_namespace_match_folder = false"
as many project use NS to distinguish local DbContext scopes)

HTH modernise EF Docs !

BTW I have mostly ignored the CompiledModels, but may raise further Issue + PR if I get time.

@@ -87,12 +87,9 @@ public class BooksContext : DbContext
{
public DbSet<User> Users { get; set; }

private readonly bool _quiet;

Choose a reason for hiding this comment

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

Many changes make things more explicit, but this one goes in the opposite direction and makes it implicit. Could you tell me what's the reason for this?

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.

None yet

2 participants