Skip to content

Commit

Permalink
test PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajit-pratap committed Feb 16, 2024
1 parent 6538bc7 commit 2b43fb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/DynamoCore/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
[assembly: InternalsVisibleTo("ExportSampleImagesViewExtension")]
[assembly: InternalsVisibleTo("DocumentationBrowserViewExtension")]
[assembly: InternalsVisibleTo("Notifications")]
[assembly:InternalsVisibleTo("DisplayTests")]


[assembly: TypeForwardedTo(typeof(Dynamo.Scheduler.Disposable))]
4 changes: 2 additions & 2 deletions src/DynamoCore/Visualization/DefaultRenderPackageFactory.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using Autodesk.DesignScript.Interfaces;
Expand All @@ -9,7 +9,7 @@ namespace Dynamo.Visualization
/// Example implementation of IRenderPackageFactory.
/// DefaultRenderPackageFactory produces DefaultRenderPackages.
/// </summary>
public class DefaultRenderPackageFactory : IRenderPackageFactory
internal class DefaultRenderPackageFactory : IRenderPackageFactory
{
/// <summary>
/// Sets or Returns Tessellation parameters.
Expand Down

0 comments on commit 2b43fb4

Please sign in to comment.