[BUG] dotnet-provider method referenced rule not found on sample project #694
Labels
kind/bug
Categorizes issue or PR as related to a bug.
priority/critical-urgent
Highest priority. Must be actively worked on as someone's top priority right now.
triage/accepted
Indicates an issue or PR is ready to be actively worked on.
Milestone
Construct a very simple .NET Project.
Start by creating a
dotnet-example
directory. Then create a project file...so it will buildThen write the program.
Write a very basic rule
Run kantra against this rule:
kantra analyze --input ./dotnet-example --output ./report --rules ./dotnet-example/rule-example.yaml --log-level 10
.Provider does not find the rule.
NOTE It is worth pointing out that we can find the "NonPortableMethod" in the HelloWorld example. Maybe this is a problem with how assemblies paths are shown in .net8?
The text was updated successfully, but these errors were encountered: