-
Notifications
You must be signed in to change notification settings - Fork 286
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
Move into shared for DbMetaDataFactory.cs #1278
Move into shared for DbMetaDataFactory.cs #1278
Conversation
…date reference in the netfx project
How do you feel about updating the style of the code? There are lots of modern naming violations in there like these:
And things like |
That's a great idea, but perhaps, I'm missing something in my visual studio settings to get these info messages to show up for the file because I currently don't see any warning or info messages in my editor. I was reading in the |
Thanks @Wraith2 , I'm able to see the same info messages in the error list panel as in your screenshot. I'll fix them in my next commit. |
…essages IDE1006, IDE10059, IDE0051 and IDE0090
The CI isn't happy but i don't think it's related to your changes, for example |
that has happened before. It is due to an unsuccessful database-drop act. I will trigger the tests to rerun and if not going well will do a clean up. |
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.
Good job 👍
Relates to #1261 . I moved the dotnet version of DbMetaDataFactory to the shared src and updated the reference in the netfx project to it because the netcore version uses the newer C# syntax and comments and code has been cleaned up.