-
Notifications
You must be signed in to change notification settings - Fork 1.7k
C#: Update queries in Bad Practices/Implementation Hiding
#5
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
Merged
calumgrant
merged 1 commit into
github:master
from
hvitved:csharp/bad-practices-implementation-hiding
Aug 3, 2018
Merged
C#: Update queries in Bad Practices/Implementation Hiding
#5
calumgrant
merged 1 commit into
github:master
from
hvitved:csharp/bad-practices-implementation-hiding
Aug 3, 2018
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
calumgrant
pushed a commit
to calumgrant/ql
that referenced
this pull request
Aug 3, 2018
JavaScript: Pull in changes up to a920382.
calumgrant
approved these changes
Aug 3, 2018
calumgrant
approved these changes
Aug 3, 2018
calumgrant
approved these changes
Aug 3, 2018
garbervetsky
added a commit
to shuvendu-lahiri/ql
that referenced
this pull request
Oct 30, 2020
Merge github/codeql:main into dev-msr
aibaars
added a commit
that referenced
this pull request
Oct 14, 2021
Add logging based on the tracing library
smowton
referenced
this pull request
in smowton/codeql
Oct 28, 2021
Kotlin: Add support for interfaces
hohn
referenced
this pull request
in hohn/codeql
Dec 13, 2021
Combine c and c++ directories into cpp
tiferet
added a commit
that referenced
this pull request
Sep 19, 2022
New features: Shipping model. 9 new features, remove the old ones that have been replaced by new ones. The codeql PR has been rebased on top of main. #5 (with a fixed package version) https://ml.azure.com/runs/classification_1663349979_cac47272?wsid=/subscriptions/91095667-e119-4555-acea-1826488492f0/resourcegroups/ATM-CodeML/workspaces/ATM-Workspace&tid=398a6654-997b-47e9-b12b-9515b896b4de
jhelie
pushed a commit
that referenced
this pull request
Nov 22, 2022
New features: Shipping model. 9 new features, remove the old ones that have been replaced by new ones. The codeql PR has been rebased on top of main. #5 (with a fixed package version) https://ml.azure.com/runs/classification_1663349979_cac47272?wsid=/subscriptions/91095667-e119-4555-acea-1826488492f0/resourcegroups/ATM-CodeML/workspaces/ATM-Workspace&tid=398a6654-997b-47e9-b12b-9515b896b4de
MathiasVP
added a commit
that referenced
this pull request
Jan 13, 2023
Swift: Work on integral type classes
geoffw0
added a commit
that referenced
this pull request
Oct 3, 2024
Rust: Account for variables bound in `while let` expressions
dbartol
pushed a commit
that referenced
this pull request
Dec 18, 2024
Implement support for env context
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
General improvements to the queries in
Bad Practices/Implementation Hiding
.