We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a6bd2 commit d6fab41Copy full SHA for d6fab41
1 file changed
src/Config/Analyzer.ANcpLua.Analyzers.editorconfig
@@ -390,3 +390,15 @@ dotnet_diagnostic.AL0092.severity = suggestion
390
# AL0093: Missing resource attributes (service.name, service.version)
391
# Enabled: True, Severity: warning
392
dotnet_diagnostic.AL0093.severity = warning
393
+
394
+# AL0094: Avoid dynamic keyword in AOT/trimmed apps
395
+# Enabled: True, Severity: warning
396
+dotnet_diagnostic.AL0094.severity = warning
397
398
+# AL0095: Avoid Expression.Compile() in AOT/trimmed apps
399
400
+dotnet_diagnostic.AL0095.severity = warning
401
402
+# AL0096: Enable EventSourceSupport when PublishAot is set
403
404
+dotnet_diagnostic.AL0096.severity = warning
0 commit comments