-
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
7 changed files
with
98 additions
and
6 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
12 changes: 12 additions & 0 deletions
12
...maryParameterSnapshotTests.GenerateMultiLineDocumentation/DoNotUseAttribute.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,12 @@ | ||
//HintName: DoNotUseAttribute.g.cs | ||
#pragma warning disable | ||
// <auto-generated/> | ||
using global::System; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = false)] | ||
sealed class DoNotUseAttribute : Attribute | ||
{ | ||
public bool AllowInMemberInit { get; init; } | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
...terSnapshotTests.GenerateMultiLineDocumentation/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,11 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
#pragma warning disable | ||
// <auto-generated/> | ||
partial class C | ||
{ | ||
/// <summary> | ||
/// Documentation | ||
/// New Line | ||
/// </summary> | ||
public int I { get; init; } = i; | ||
} |
17 changes: 17 additions & 0 deletions
17
...PrimaryParameterSnapshotTests.GenerateMultiLineDocumentation/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,17 @@ | ||
//HintName: FieldAttribute.g.cs | ||
#pragma warning disable | ||
// <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; } | ||
public string Summary { get; init; } | ||
} | ||
} |
17 changes: 17 additions & 0 deletions
17
...maryParameterSnapshotTests.GenerateMultiLineDocumentation/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,17 @@ | ||
//HintName: PropertyAttribute.g.cs | ||
#pragma warning disable | ||
// <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; } | ||
public string Summary { get; init; } | ||
} | ||
} |
16 changes: 16 additions & 0 deletions
16
...maryParameterSnapshotTests.GenerateMultiLineDocumentation/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,16 @@ | ||
//HintName: RefFieldAttribute.g.cs | ||
#pragma warning disable | ||
// <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; } | ||
public string Summary { get; init; } | ||
} | ||
} |