Skip to content

Commit d6fab41

Browse files
ANcpLuaclaude
andcommitted
feat(config): add AL0094-AL0096 AOT gap diagnostics to editorconfig
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b2a6bd2 commit d6fab41

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/Config/Analyzer.ANcpLua.Analyzers.editorconfig

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,3 +390,15 @@ dotnet_diagnostic.AL0092.severity = suggestion
390390
# AL0093: Missing resource attributes (service.name, service.version)
391391
# Enabled: True, Severity: warning
392392
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+
# Enabled: True, Severity: warning
400+
dotnet_diagnostic.AL0095.severity = warning
401+
402+
# AL0096: Enable EventSourceSupport when PublishAot is set
403+
# Enabled: True, Severity: warning
404+
dotnet_diagnostic.AL0096.severity = warning

0 commit comments

Comments
 (0)