This repository has been archived by the owner on Dec 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
call flag change listeners asynchronously
allow singleton to be cleared on disposal; use better concurrency practices
add note about VS 2015 issue
pin Mono package versions in Android build
rethink flag change event interface and implementation
…r, fixed StartUpdateProcessorAsync hanging while offline
Fixed NullReferenceException in ResetProcessorForForeground
# Conflicts: # src/LaunchDarkly.XamarinSdk/LdClient.cs
fix building of iOS test app in CI
don't drop base paths from custom base URIs
…ows to use the package with mono droid 10 and Jetpack. (#104) Co-authored-by: Vladimir-Mischenchuk <uniqueidentificator@gmail.com>
prevent spurious dependencies in package build
This is a rather unexplained workaround for the iOS CI job being non-functional. I unfortunately do not have any good explanation for _why_ this works. There's some sort of 👻 statefulness going on that I can't explain. Regardless, this does allow the `msbuild` to complete successfully and tests to run. There's still some sort of issue when actually running the tests related to `System.IO.Pipelines`, but I haven't looked into that.
use EmbedIO instead of WireMock.Net for embedded HTTP server in tests
support ping message used by Relay stream endpoint
bwoskow-ld
approved these changes
Apr 6, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[1.2.2] - 2021-04-06
Fixed: