FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for csharp/ql/test/library-tests/csharp10 - github/codeql · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
codeql
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
10k
Code
Issues
998
Pull requests
467
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
codeql
csharp
ql
test
library-tests
csharp10
on
codeql-cli/v2.19.2
User selector
Datepicker
Commit history
Commits on Nov 10, 2023
C#: Use `{get,has}FullyQualifiedName` throughout
hvitved
committed
b72f345
View commit details
Copy full SHA for b72f345
View code at this point
Browse repository at this point
Commits on Dec 6, 2022
C#: Replace all uses of the deprecated hasQualifiedName/1 predicate.
michaelnebel
committed
c24302b
View commit details
Copy full SHA for c24302b
View code at this point
Browse repository at this point
Commits on Feb 9, 2022
Merge pull request #7846 from michaelnebel/csharp/deconstruction
Show description for ff369f2
michaelnebel
authored
ff369f2
View commit details
Copy full SHA for ff369f2
View code at this point
Browse repository at this point
Commits on Feb 7, 2022
C#: Add some testcases to cover mixed assignment and declarations in tuples.
michaelnebel
committed
f5fc15e
View commit details
Copy full SHA for f5fc15e
View code at this point
Browse repository at this point
Commits on Feb 4, 2022
C#: Add lambda attributes test cases.
michaelnebel
committed
6ee3084
View commit details
Copy full SHA for 6ee3084
View code at this point
Browse repository at this point
C#: Add some examples lambdas with different kind of attributes and update existing testcases.
michaelnebel
committed
f412d49
View commit details
Copy full SHA for f412d49
View code at this point
Browse repository at this point
C#: Update test cases(s) expected output.
michaelnebel
committed
bb3f9ce
View commit details
Copy full SHA for bb3f9ce
View code at this point
Browse repository at this point
C#: Add test case for finding lambdas with explicit return types.
michaelnebel
committed
7520948
View commit details
Copy full SHA for 7520948
View code at this point
Browse repository at this point
C#: Examples of lambda expressions with explicit return types.
michaelnebel
committed
83a5ef4
View commit details
Copy full SHA for 83a5ef4
View code at this point
Browse repository at this point
C#: Test cases that shows that lambdas can be naturally (implicitly) typed and that the type is indistinguishable from the equivalent explicitly typed declaration.
michaelnebel
committed
ccb727e
View commit details
Copy full SHA for ccb727e
View code at this point
Browse repository at this point
C#: Example of naturally typed lambda.
michaelnebel
committed
a670330
View commit details
Copy full SHA for a670330
View code at this point
Browse repository at this point
Commits on Jan 25, 2022
C#: Add testcase for extended property patterns (to indicate that they are de-sugared correctly).
michaelnebel
committed
44cc044
View commit details
Copy full SHA for 44cc044
View code at this point
Browse repository at this point
C#: Add some examples with the extended property pattern syntax.
michaelnebel
committed
833e8e4
View commit details
Copy full SHA for 833e8e4
View code at this point
Browse repository at this point
Commits on Jan 20, 2022
C#: Add test case for with expressions for record structs, structs and anonymous types.
michaelnebel
committed
210bad6
View commit details
Copy full SHA for 210bad6
View code at this point
Browse repository at this point
C#: With expression examples for record structs, structs and anonymous types.
michaelnebel
committed
fc7f642
View commit details
Copy full SHA for fc7f642
View code at this point
Browse repository at this point
C#: Add test for source of the struct parameterless constructor(s).
michaelnebel
committed
858aec3
View commit details
Copy full SHA for 858aec3
View code at this point
Browse repository at this point
C#: Add some example struct types, including one with a default constructor declarations.
michaelnebel
committed
073d2f2
View commit details
Copy full SHA for 073d2f2
View code at this point
Browse repository at this point
Merge pull request #7577 from michaelnebel/csharp/line-pragma
Show description for 547f492
michaelnebel
authored
547f492
View commit details
Copy full SHA for 547f492
View code at this point
Browse repository at this point
Commits on Jan 18, 2022
C#: Add Line span pragma test case.
michaelnebel
committed
ac47c96
View commit details
Copy full SHA for ac47c96
View code at this point
Browse repository at this point
C#: Add line span pragma example.
michaelnebel
committed
8b048ca
View commit details
Copy full SHA for 8b048ca
View code at this point
Browse repository at this point
Commits on Jan 17, 2022
C#: Add test case for record class and record structs.
michaelnebel
committed
6c1bb4a
View commit details
Copy full SHA for 6c1bb4a
View code at this point
Browse repository at this point
C#: Rename C# code file and update test.
michaelnebel
committed
c17bd29
View commit details
Copy full SHA for c17bd29
View code at this point
Browse repository at this point
Commits on Jan 14, 2022
C#: Add test for global using directive.
michaelnebel
committed
a1eff16
View commit details
Copy full SHA for a1eff16
View code at this point
Browse repository at this point
Commits on Jan 13, 2022
C#: Narrow string interpolation expressions to a specific single file in testcase.
michaelnebel
committed
aacb03a
View commit details
Copy full SHA for aacb03a
View code at this point
Browse repository at this point
Commits on Jan 12, 2022
Merge pull request #7562 from michaelnebel/csharp/record-seal-tostring
Show description for f17c110
michaelnebel
authored
f17c110
View commit details
Copy full SHA for f17c110
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
C#: Add test case for sealed ToString modifier on a record type.
michaelnebel
committed
56bc3db
View commit details
Copy full SHA for 56bc3db
View code at this point
Browse repository at this point
C#: Add example of sealing ToString on a record type.
michaelnebel
committed
ae5d3a1
View commit details
Copy full SHA for ae5d3a1
View code at this point
Browse repository at this point
C#: Add const interpolated string test case.
michaelnebel
committed
1d8f8f7
View commit details
Copy full SHA for 1d8f8f7
View code at this point
Browse repository at this point
C#: Add example of const interpolated string.
michaelnebel
committed
5b89f0e
View commit details
Copy full SHA for 5b89f0e
View code at this point
Browse repository at this point
Commits on Jan 7, 2022
C#: Cleanup C# source code file and add a test case for namespace delcarations.
michaelnebel
committed
23b8444
View commit details
Copy full SHA for 23b8444
View code at this point
Browse repository at this point
C#: Add test for file scoped namespace.
michaelnebel
committed
b8f6d17
View commit details
Copy full SHA for b8f6d17
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL