-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build solution with Rider #328
Comments
Just successfully built new project with Rider 2022.3.1. |
Hello @undron Steps i've done:
to solution build - and it's empty. Maybe this might be related. |
@Onebitl0st Hello! |
@neparij Hello! Thank you very much. Feel free to contact me, if you need any help |
Hello @neparij ! |
I've tried several times to reproduce, but no chance. |
OS: Windows 10
IDE: Rider version 2022.3.1
Package verision: 2.9.4-preview.2
Hello!
I'm switching from deprecated Tinkoff package Nunit.Allure to your package Allure.Nunit version 2.9.4-preview.2.
Upgrading to this package caused an error in my Rider, and I'm unable to build solution with it.
Because it uses AspectInjector inside - build fails with
Aspect Injector processing has failed. See other errors
During a little dig into - found that there is no AspectInjector.exe inside build folder -
.nuget\packages\aspectinjector\2.8.1\build\_bin\win-x64
.Tried to download .exe from nuget, added to build folder.
Then build fails with
Tried to add Microsoft.Build.Tasks.Core according version - but there are no results, and error stays same.
Did you faced same issue? If you need any additional information, feel free to contact me
The text was updated successfully, but these errors were encountered: