-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
18 changed files
with
91 additions
and
39 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
4 changes: 0 additions & 4 deletions
4
...napshotTests.DoGeneratesPC01WithDontUseOnMember/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
// <auto-generated/> | ||
partial class C | ||
{ | ||
} |
4 changes: 0 additions & 4 deletions
4
...tTests.DoGeneratesPC01WithDontUseOnPropertyBody/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
// <auto-generated/> | ||
partial class C | ||
{ | ||
} |
4 changes: 0 additions & 4 deletions
4
...otTests.DoGeneratesPC01WithDontUseOnPropertyGet/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
// <auto-generated/> | ||
partial class C | ||
{ | ||
} |
4 changes: 0 additions & 4 deletions
4
...ts.DontGeneratesPC01WithDontUseOnMember_Complex/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
// <auto-generated/> | ||
partial class C | ||
{ | ||
} |
4 changes: 0 additions & 4 deletions
4
...sts.DontGeneratesPC01WithDontUseOnMember_Simple/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
// <auto-generated/> | ||
partial class C | ||
{ | ||
} |
4 changes: 0 additions & 4 deletions
4
...ntGeneratesPC01WithDontUseOnPropertyInitializer/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
// <auto-generated/> | ||
partial class C | ||
{ | ||
} |
11 changes: 11 additions & 0 deletions
11
...rimaryParameterSnapshotTests.DontNeedPartialModifierOnType/DontUseAttribute.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
//HintName: DontUseAttribute.g.cs | ||
// <auto-generated/> | ||
using global::System; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = false)] | ||
sealed class DontUseAttribute : Attribute | ||
{ | ||
public bool AllowInMemberInit { get; init; } | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
...eterSnapshotTests.DontNeedPartialModifierOnType/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs |
15 changes: 15 additions & 0 deletions
15
.../PrimaryParameterSnapshotTests.DontNeedPartialModifierOnType/FieldAttribute.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
//HintName: FieldAttribute.g.cs | ||
// <auto-generated/> | ||
using global::System; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = true)] | ||
sealed class FieldAttribute : Attribute | ||
{ | ||
public string Name { get; init; } | ||
public string AssignFormat { get; init; } | ||
public Type Type { get; init; } | ||
public bool IsReadonly { get; init; } | ||
public string Scope { get; init; } | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
...imaryParameterSnapshotTests.DontNeedPartialModifierOnType/PropertyAttribute.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
//HintName: PropertyAttribute.g.cs | ||
// <auto-generated/> | ||
using global::System; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = true)] | ||
sealed class PropertyAttribute : Attribute | ||
{ | ||
public string Name { get; init; } | ||
public string AssignFormat { get; init; } | ||
public Type Type { get; init; } | ||
public string Setter { get; init; } | ||
public string Scope { get; init; } | ||
} | ||
} |
14 changes: 14 additions & 0 deletions
14
...imaryParameterSnapshotTests.DontNeedPartialModifierOnType/RefFieldAttribute.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//HintName: RefFieldAttribute.g.cs | ||
// <auto-generated/> | ||
using global::System; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = true)] | ||
sealed class RefFieldAttribute : Attribute | ||
{ | ||
public string Name { get; init; } | ||
public string Scope { get; init; } | ||
public bool IsReadonlyRef { get; init; } | ||
public bool IsRefReadonly { get; init; } | ||
} | ||
} |
4 changes: 0 additions & 4 deletions
4
...ParameterSnapshotTests.GeneratesPC01WithDontUse/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
// <auto-generated/> | ||
partial class C | ||
{ | ||
} |
This file contains 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
This file contains 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