Skip to content

Commit

Permalink
Update PackageLoader.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart90 committed Nov 6, 2024
1 parent b90f7c0 commit 561919b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/DynamoPackages/PackageLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ public class PackageLoader : LogSourceBase
internal event Func<string, IExtension> RequestLoadExtension;
internal event Action<IExtension> RequestAddExtension;

#region Package Isolation Feature Flags
// Remove when we fully enable package isolation
private HashSet<string> packagesToIsolate = null;
private HashSet<string> packagesToNotIsolate = null;

Expand Down Expand Up @@ -79,6 +81,7 @@ static void populateFlags(string fflagKey, ref HashSet<string> pkgs)

return false;
}
#endregion

/// <summary>
/// This event is raised when a package is first added to the list of packages this package loader is loading.
Expand Down

0 comments on commit 561919b

Please sign in to comment.