-
Notifications
You must be signed in to change notification settings - Fork 1.1k
use Polyfill #6693
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
use Polyfill #6693
Conversation
need some help deciphering the build error. seems unrelated to my change?? https://dev.azure.com/dotnet/Akka.NET/_build/results?buildId=92267&view=logs&j=d83928d8-8bfe-51de-721e-9025f72ee732&t=21d77f07-2bef-56ac-91e9-8618e6456479 |
We have some notoriously racy tests in our test suite - almost always they're caused by tests having tightly bounded execution times.
This is one of them. No worries - you're in good shape. You can mark this PR as ready for review when you're set @SimonCropp |
The feature I'm adding to Akka.NET which depends on this is going to be brought into the main repo today I think - is this good for me to review? |
@Aaronontheweb yeah. ready for review. |
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.
LGTM
@@ -29,6 +29,7 @@ | |||
<PackageReference Include="xunit" Version="$(XunitVersion)" /> | |||
<PackageReference Include="xunit.runner.visualstudio" Version="$(XunitVersion)" /> | |||
<PackageReference Include="PublicApiGenerator" Version="9.3.0" /> | |||
<PackageReference Include="Verify.Xunit" Version="19.14.0" /> |
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.
Duplicate reference - I'll remove it.
public static class ModuleInit | ||
{ | ||
[ModuleInitializer] | ||
public static void Init() |
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.
LGTM
@@ -14,6 +14,7 @@ | |||
</ItemGroup> | |||
|
|||
<ItemGroup> | |||
<PackageReference Include="Polyfill" Version="1.21.0" PrivateAssets="all" /> |
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.
LGTM
Looks great, thank you for this @SimonCropp |
UseProjectRelativeDirectory
api