You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For every project in the OData.Net45.sln I get the error below.
The "StyleCopTask" task could not be loaded from the assembly C:\Users_\source\repos\odata.net\sln\packages\StyleCop.MSBuild.4.7.49.0\build..\tools\StyleCop.dll. Could not load file or assembly 'Microsoft.Build.Utilities.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. Microsoft.OData.Edm
Build fails with:
The "StyleCopTask" task could not be loaded from the assembly C:\Users_\source\repos\odata.net\sln\packages\StyleCop.MSBuild.4.7.49.0\build..\tools\StyleCop.dll. Could not load file or assembly 'Microsoft.Build.Utilities.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. Microsoft.OData.EdmWhat is actually happening.
The text was updated successfully, but these errors were encountered:
For every project in the OData.Net45.sln I get the error below.
The "StyleCopTask" task could not be loaded from the assembly C:\Users_\source\repos\odata.net\sln\packages\StyleCop.MSBuild.4.7.49.0\build..\tools\StyleCop.dll. Could not load file or assembly 'Microsoft.Build.Utilities.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. Microsoft.OData.Edm
Assemblies affected
Microsoft.OData.Client
Microsoft.OData.Core
Microsoft.OData.Edm
Microsoft.Spatial
Reproduce steps
Clone solution on Win10.
Build solution.
Expected result
Build succeeds.
Actual result
Build fails with:
The "StyleCopTask" task could not be loaded from the assembly C:\Users_\source\repos\odata.net\sln\packages\StyleCop.MSBuild.4.7.49.0\build..\tools\StyleCop.dll. Could not load file or assembly 'Microsoft.Build.Utilities.v3.5, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Confirm that the declaration is correct, that the assembly and all its dependencies are available, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. Microsoft.OData.EdmWhat is actually happening.
The text was updated successfully, but these errors were encountered: