-
Notifications
You must be signed in to change notification settings - Fork 41
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
API Check should catch abstract
additions to public
classes
#146
Comments
dougbu
added a commit
that referenced
this issue
May 19, 2017
- #146 - also add tests of field removals nits: - whitespace cleanup in `ApiListingGenerator` and `ApiListingComparerTests` - remove unused `additionalFilters` parameter from `ApiListingComparerTests.CreateApiListingDocument()`
dougbu
added a commit
to aspnet/HttpAbstractions
that referenced
this issue
May 24, 2017
dougbu
added a commit
to aspnet/HttpAbstractions
that referenced
this issue
May 24, 2017
dougbu
added a commit
to dotnet/efcore
that referenced
this issue
May 25, 2017
dougbu
added a commit
to aspnet/Mvc
that referenced
this issue
May 25, 2017
- see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146 - relates to 014a786
This was referenced May 25, 2017
dougbu
added a commit
to dotnet/efcore
that referenced
this issue
May 25, 2017
dougbu
added a commit
to aspnet/Mvc
that referenced
this issue
May 25, 2017
- see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146 - relates to 014a786
dougbu
added a commit
to aspnet/Mvc
that referenced
this issue
May 25, 2017
- see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146 - relates to 014a786
dougbu
added a commit
to dotnet/efcore
that referenced
this issue
May 25, 2017
dougbu
added a commit
to aspnet/HttpAbstractions
that referenced
this issue
May 26, 2017
dougbu
added a commit
to aspnet/Mvc
that referenced
this issue
May 26, 2017
- see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146 - relates to 014a786
dougbu
added a commit
that referenced
this issue
May 26, 2017
- #146 - also add tests of field removals nits: - whitespace cleanup in `ApiListingGenerator` and `ApiListingComparerTests` - remove unused `additionalFilters` parameter from `ApiListingComparerTests.CreateApiListingDocument()`
dougbu
added a commit
to aspnet/HttpAbstractions
that referenced
this issue
May 26, 2017
dougbu
added a commit
to dotnet/efcore
that referenced
this issue
May 26, 2017
dougbu
added a commit
to aspnet/Mvc
that referenced
this issue
May 26, 2017
- see PR aspnet/BuildTools#259 and issue aspnet/BuildTools#146 - relates to 014a786
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For example, I added the
abstract
ShouldValidate
property toModelMetadata
in aspnet/Mvc#5676. But, the AppVeyor build and all other command-line builds succeeded.Yes, there's a bug in @dougbu as well.
The text was updated successfully, but these errors were encountered: