Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

feat: adds MAUI support #66

Merged
merged 723 commits into from
Dec 20, 2023
Merged

Conversation

tanderson-ld
Copy link
Contributor

@tanderson-ld tanderson-ld commented Dec 18, 2023

Requirements

  • I have added test coverage for new or changed functionality
  • I have followed the repository's pull request submission guidelines
  • I have validated my changes against all supported platform versions

Related issues

https://app.shortcut.com/launchdarkly/story/222947/dotnet-maui-support

Describe the solution you've provided

Removes portions of Xamarin code and replaces with MAUI API functionality.
Replaces Xamarin test applications with single MAUI test application.
Initial support for CI via Github Actions

eli-darkly and others added 30 commits April 12, 2021 11:36
…iation

improve EnumVariation with type constraint, fix tests
use LaunchDarkly.TestHelpers for HTTP tests
# Conflicts:
#	CONTRIBUTING.md
#	README.md
Co-authored-by: Ben Woskow <48036130+bwoskow-ld@users.noreply.github.com>
(#1) implement Alias method and auto-aliasing
(#3) doc comment fixes + add files for new doc generator
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For reviewers: From test app template. Not worth pairing all this down and keeping track of which parts were removed.

CONTRIBUTING.md Outdated Show resolved Hide resolved
@tanderson-ld tanderson-ld merged commit 112c2fb into main Dec 20, 2023
1 check passed
@tanderson-ld tanderson-ld deleted the ta/sc-222947/maui-support-main-code branch December 20, 2023 17:51
tanderson-ld added a commit that referenced this pull request Feb 12, 2024
)

🤖 I have created a release *beep* *boop*
---


##
[4.1.0](4.0.0...4.1.0)
(2024-02-12)


### Features

* adds MAUI support
([d01a865](d01a865))
* adds MAUI support
([#66](#66))
([112c2fb](112c2fb))
* initial work to support release please
([cc50bd2](cc50bd2))


### Bug Fixes

* adding missing release please config
([a7ba62a](a7ba62a))
* adding release please manifest with version
([15ecce5](15ecce5))
* adjusting release please target branch
([b837453](b837453))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([973b38c](973b38c))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([#69](#69))
([3dc9dba](3dc9dba))
* updating version and bootstrap sha to match last release
([fb352e9](fb352e9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
tanderson-ld added a commit that referenced this pull request Feb 12, 2024
)

🤖 I have created a release *beep* *boop*
---


##
[4.1.0](4.0.0...4.1.0)
(2024-02-12)


### Features

* adds MAUI support
([d01a865](d01a865))
* adds MAUI support
([#66](#66))
([112c2fb](112c2fb))
* initial work to support release please
([cc50bd2](cc50bd2))


### Bug Fixes

* adding missing release please config
([a7ba62a](a7ba62a))
* adding release please manifest with version
([15ecce5](15ecce5))
* adjusting release please target branch
([b837453](b837453))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([973b38c](973b38c))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([#69](#69))
([3dc9dba](3dc9dba))
* updating version and bootstrap sha to match last release
([fb352e9](fb352e9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
tanderson-ld pushed a commit that referenced this pull request Feb 12, 2024
)

🤖 I have created a release *beep* *boop*
---


##
[4.1.0](4.0.0...4.1.0)
(2024-02-12)


### Features

* adds MAUI support
([d01a865](d01a865))
* adds MAUI support
([#66](#66))
([112c2fb](112c2fb))
* initial work to support release please
([cc50bd2](cc50bd2))


### Bug Fixes

* adding missing release please config
([a7ba62a](a7ba62a))
* adding release please manifest with version
([15ecce5](15ecce5))
* adjusting release please target branch
([b837453](b837453))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([973b38c](973b38c))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([#69](#69))
([3dc9dba](3dc9dba))
* updating version and bootstrap sha to match last release
([fb352e9](fb352e9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
tanderson-ld pushed a commit that referenced this pull request Feb 12, 2024
)

🤖 I have created a release *beep* *boop*
---


##
[4.1.0](4.0.0...4.1.0)
(2024-02-12)


### Features

* adds MAUI support
([d01a865](d01a865))
* adds MAUI support
([#66](#66))
([112c2fb](112c2fb))
* initial work to support release please
([cc50bd2](cc50bd2))


### Bug Fixes

* adding missing release please config
([a7ba62a](a7ba62a))
* adding release please manifest with version
([15ecce5](15ecce5))
* adjusting release please target branch
([b837453](b837453))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([973b38c](973b38c))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([#69](#69))
([3dc9dba](3dc9dba))
* updating version and bootstrap sha to match last release
([fb352e9](fb352e9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
tanderson-ld pushed a commit that referenced this pull request Feb 13, 2024
🤖 I have created a release *beep* *boop*
---


##
[5.0.0](4.0.0...5.0.0)
(2024-02-13)


### Features

* adds MAUI support
([d01a865](d01a865))
* adds MAUI support
([#66](#66))
([112c2fb](112c2fb))


### Bug Fixes

* updating deprecated AndroidClientHandler to AndroidMessageHandler
([973b38c](973b38c))
* updating deprecated AndroidClientHandler to AndroidMessageHandler
([#69](#69))
([3dc9dba](3dc9dba))


### Miscellaneous Chores

* release 5.0.0
([#83](#83))
([de859bc](de859bc))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants