-
Notifications
You must be signed in to change notification settings - Fork 28
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
chore(deps): #194 make STJ conditional #196
chore(deps): #194 make STJ conditional #196
Conversation
7934675
to
cc4a6e2
Compare
ok for GO Feature Flag |
cc4a6e2
to
b5fcc79
Compare
src/OpenFeature.Contrib.Providers.Flagsmith/OpenFeature.Contrib.Providers.Flagsmith.csproj
Show resolved
Hide resolved
@thompson-tomo Looks like there are some test-failures related to this assembly now. Do we have to change something about the test environment to support this? https://github.com/open-feature/dotnet-sdk-contrib/actions/runs/8982771607/job/24731590610?pr=196 |
My apologies i made a mistake with the conditional package management hence on net 5 was complaining about the STJ missing a feature introduced with v6 so have adjusted the condition to also include stj for net 5. |
54b26f0
to
ee3679c
Compare
Signed-off-by: James Thompson <[email protected]>
Signed-off-by: James Thompson <[email protected]>
ee3679c
to
2869898
Compare
This PR
Related Issues
Fixes #194