-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,8 +58,11 @@ | |
[assembly: InternalsVisibleTo("DynamoPlayer")] | ||
[assembly: InternalsVisibleTo("DynamoConnector")] | ||
|
||
|
||
// Disable PublicAPIAnalyzer errors for this type as they're already added to the public API text file | ||
#pragma warning disable RS0016 | ||
[assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.LayoutSpecification))] | ||
#pragma warning restore RS0016 | ||
|
||
[assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.LayoutSection))] | ||
Check failure on line 66 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
Check failure on line 66 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
Check failure on line 66 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
|
||
[assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.LayoutElement))] | ||
Check failure on line 67 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
Check failure on line 67 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
Check failure on line 67 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
Check failure on line 67 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
Check failure on line 67 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
Check failure on line 67 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
Check failure on line 67 in src/DynamoCoreWpf/Properties/AssemblyInfo.cs GitHub Actions / analyze
|
||
[assembly: TypeForwardedTo(typeof(Dynamo.Wpf.Interfaces.LayoutElementType))] | ||
|