-
Notifications
You must be signed in to change notification settings - Fork 3
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
add Akka.Analyzers install canary #103
base: dev
Are you sure you want to change the base?
add Akka.Analyzers install canary #103
Conversation
Welp, this is why the Canary is dubiously passing:
We probably need to re-tool this to use the powershell |
run: | | ||
# Install Akka.Analyzers package | ||
dotnet add package Akka.Analyzers |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the issue - we need to replace these dotnet
SDK calls with pre-SDK ones, such as using the NuGet PowerShell scripts. That might be a pain in the butt, but it's necessary if we want to support #106
Changes
Should be able to reproduce akkadotnet/akka.net#7307
Checklist
For significant changes, please ensure that the following have been completed (delete if not relevant):