Skip to content

Tags: ShiftLeftSecurity/SharpSyntaxRewriter

Tags

1.0.57

Toggle 1.0.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #42 from ShiftLeftSecurity/p32

unparameterize record's ctor parameters lists even if empty

1.0.55

Toggle 1.0.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #40 from ShiftLeftSecurity/p31

fix cast rewritten when extracting pattern decl. of type that is a type parameter

1.0.54

Toggle 1.0.54's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #38 from ShiftLeftSecurity/p29

add (ignored) test in `foreach` expansion

1.0.52

Toggle 1.0.52's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #36 from ShiftLeftSecurity/p28

forgot to bump version

1.0.51

Toggle 1.0.51's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #34 from ShiftLeftSecurity/p26

rewriter to extract declarations out of a `DeclarationPattern`

1.0.50

Toggle 1.0.50's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #33 from ShiftLeftSecurity/p25

add the `string[] args` parameter of `Main` when emplacing global statements

1.0.46

Toggle 1.0.46's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #29 from ShiftLeftSecurity/p21

don't replace `readonly` auto property access (in ctor) from another class

v1.0.45

Toggle v1.0.45's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #28 from ShiftLeftSecurity/p20

fix implementation of (readonly) auto property that is accessed through `++` (and similar)

1.0.44

Toggle 1.0.44's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #23 from ShiftLeftSecurity/p19

fix "impose 'this' prefix" upon call of `nameof` and implement auto property

1.0.30

Toggle 1.0.30's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from ShiftLeftSecurity/p8

support auto property implementation in readonly structs