File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +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 )
7879
7980### Packaging
8081* [ ** Proj0200** Define IsPackable explicitly] ( rules/Proj0200.md )
Original file line number Diff line number Diff line change 1+ ---
2+ parent : General
3+ ancestor : MSBuild
4+ ---
5+
6+ # Proj0034: Import statement could not be resolved
7+ .NET project file analyzers do not have access to all MS Build proeprties. Due
8+ to this limitation, some ` <Import> ` 's can not be resolved. As a result, rules
9+ depending on imports can not be performed.
You can’t perform that action at this time.
0 commit comments