зеркало из https://github.com/dotnet/razor.git
Just specify defaults once
This commit is contained in:
Родитель
90c0db6bfc
Коммит
f6e3f1c275
|
@ -19,11 +19,7 @@ public sealed record class RazorConfiguration(
|
|||
public static readonly RazorConfiguration Default = new(
|
||||
RazorLanguageVersion.Latest,
|
||||
ConfigurationName: "unnamed",
|
||||
Extensions: [],
|
||||
UseConsolidatedMvcViews: true,
|
||||
SuppressAddComponentParameter: false,
|
||||
LanguageServerFlags: null,
|
||||
UseRoslynTokenizer: false);
|
||||
Extensions: []);
|
||||
|
||||
public bool Equals(RazorConfiguration? other)
|
||||
=> other is not null &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче