diff --git a/.editorconfig b/.editorconfig
index 2682e4d6..8a0e850a 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -140,14 +140,13 @@ dotnet_diagnostic.IDE0001.severity = warning
dotnet_diagnostic.IDE0002.severity = warning
# IDE0005: Remove unnecessary import
-# Workaround for https://github.com/dotnet/roslyn/issues/41640
-dotnet_diagnostic.IDE0005.severity = none
+dotnet_diagnostic.IDE0005.severity = error
# RS0041: Public members should not use oblivious types
dotnet_diagnostic.RS0041.severity = suggestion
# CA2007: Do not directly await a Task
-dotnet_diagnostic.CA2007.severity = error
+dotnet_diagnostic.CA2007.severity = errorgit
[obj/**.cs]
generated_code = true
diff --git a/build/Common.props b/build/Common.props
index b0700847..8468f7d2 100644
--- a/build/Common.props
+++ b/build/Common.props
@@ -3,6 +3,9 @@
latest
true
true
+ true
+
+ EnableGenerateDocumentationFile