Skip to content

Commit

Permalink
Fix TransientMarker to be readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
generik0 committed Dec 15, 2020
1 parent b9753fb commit 34b0d9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ namespace Castle.Windsor.Extensions.DependencyInjection.Scope

internal abstract class ExtensionContainerScopeBase : ILifetimeScope
{
public static string TransientMarker = "Transient";
public static readonly string TransientMarker = "Transient";
private readonly IScopeCache scopeCache;

protected ExtensionContainerScopeBase()
Expand Down

0 comments on commit 34b0d9f

Please sign in to comment.