opentap / OpenTap.Python

Python integration for OpenTAP
Apache License 2.0
22 stars 7 forks source link

Warnings in the log when building plugin with Editor selected #101

Open sebastian-pop opened 1 year ago

sebastian-pop commented 1 year ago

3.0.2-rc.3

Steps:

  1. Create a new project tap python new-project
  2. Go to the project folder - > project.api folder
  3. Edit the .csproj file - > Uncomment Editor
  4. Open a cmd in the project folder - > dotnet build

Actual Result:

Warnings displayed

image

rmadsen-ks commented 1 year ago

I think this will happen with any project due to process isolation. We need to fix that in OpenTAP.