Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ reported a the [GibHub repository](https://github.com/dotnet-project-file-analyz
* [**Proj0031** Adopt preferred casing of nodes](rules/Proj0031.md)
* [**Proj0032** Migrate away from BinaryFormatter](rules/Proj0032.md)
* [**Proj0033** Project reference includes should exist](rules/Proj0033.md)
* [**Proj0034** Import statement could not be resolved](rules/Proj0034.md)

### Packaging
* [**Proj0200** Define IsPackable explicitly](rules/Proj0200.md)
Expand Down
9 changes: 9 additions & 0 deletions rules/Proj0034.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
parent: General
ancestor: MSBuild
---

# Proj0034: Import statement could not be resolved
.NET project file analyzers do not have access to all MS Build proeprties. Due
to this limitation, some `<Import>`'s can not be resolved. As a result, rules
depending on imports can not be performed.
Loading