提交 abefeff8 编写于 作者: J Jason Malinowski

Remove our GenerateCodeBase constant

It's always supposed to be true at this point, and only half the things
were looking at it in the first place.
上级 0e2de0c1
......@@ -29,4 +29,4 @@
OldVersionUpperBound = "1.0.99.0",
NewVersion = "1.1.0.0",
PublicKeyToken = "b03f5f7f11d50a3a",
GenerateCodeBase = ProvideRoslynBindingRedirectionAttribute.GenerateCodeBase)]
\ No newline at end of file
GenerateCodeBase = true)]
\ No newline at end of file
......@@ -15,9 +15,6 @@ internal sealed class ProvideRoslynBindingRedirectionAttribute : RegistrationAtt
{
private readonly ProvideBindingRedirectionAttribute _redirectionAttribute;
// We should include CodeBase attributes so they always are loaded from this extension
public const bool GenerateCodeBase = true;
public ProvideRoslynBindingRedirectionAttribute(string fileName)
{
// ProvideBindingRedirectionAttribute is sealed, so we can't inherit from it to provide defaults.
......@@ -28,7 +25,6 @@ public ProvideRoslynBindingRedirectionAttribute(string fileName)
PublicKeyToken = "31BF3856AD364E35",
OldVersionLowerBound = "0.7.0.0",
OldVersionUpperBound = "1.1.0.0",
GenerateCodeBase = GenerateCodeBase,
CodeBase = fileName,
};
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册