-
Notifications
You must be signed in to change notification settings - Fork 131
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
Add EFCore test project #123
Add EFCore test project #123
Conversation
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.
Approved with minor questions
@@ -28,6 +28,13 @@ test_script: | |||
-output:coverage_netcore.xml | |||
|
|||
- >- | |||
OpenCover\tools\OpenCover.Console -returntargetcode -register:user -oldstyle |
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.
That is a brand new appveyor, how do you the oldstyle
??
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.
Ha ha!
Check OpenCover/opencover#595 (comment)
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.
🙈
|
||
namespace DevExtreme.AspNet.Data.Tests.EFCore { | ||
|
||
class SampleLoadOptions : DataSourceLoadOptionsBase { |
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.
Not sure I got it...
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.
DataSourceLoadOptionsBase
is abstract.
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.
Yes, but why it is abstract?
Just to have a excuse to create such strange-looking classes?
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.
🤡
@@ -4,6 +4,8 @@ | |||
|
|||
#if DEBUG | |||
[assembly: InternalsVisibleTo("DevExtreme.AspNet.Data.Tests")] | |||
[assembly: InternalsVisibleTo("DevExtreme.AspNet.Data.Tests.EF6")] |
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.
InternalsVisibleTo
looks like a bad sign, doesn't it?
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.
No, not at all.
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.
Thank you, I downvoted :(
Okay, @kaatula this time we do it right