File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ reported a the [GibHub repository](https://github.com/dotnet-project-file-analyz
7575* [ ** Proj0031** Adopt preferred casing of nodes] ( rules/Proj0031.md )
7676* [ ** Proj0032** Migrate away from BinaryFormatter] ( rules/Proj0032.md )
7777* [ ** Proj0033** Project reference includes should exist] ( rules/Proj0033.md )
78- * [ ** Proj0034** Import statement could not be resolved] ( rules/Proj0034.md )
78+ * [ ** Proj0034** Import statement could not be resolved by the analyzer ] ( rules/Proj0034.md )
7979
8080### Packaging
8181* [ ** Proj0200** Define IsPackable explicitly] ( rules/Proj0200.md )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ parent: General
33ancestor : MSBuild
44---
55
6- # Proj0034: Import statement could not be resolved
6+ # Proj0034: Import statement could not be resolved by the analyzer
77.NET project file analyzers do not have access to all MS Build properties. Due
88to this limitation, some ` <Import> ` 's can not be resolved. As a result, rules
99depending on imports can not be performed.
You can’t perform that action at this time.
0 commit comments