Skip to content
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 platform-specific helpers package #3323

Merged
merged 35 commits into from
Jun 12, 2023
Merged

Add platform-specific helpers package #3323

merged 35 commits into from
Jun 12, 2023

Conversation

nirinchev
Copy link
Member

Description

This adds a multitargeted package that can be used to access platform-specific API.

TODO

  • Changelog entry
  • Tests (if applicable)

@coveralls
Copy link

coveralls commented May 18, 2023

Pull Request Test Coverage Report for Build 5224749049

  • 13 of 21 (61.9%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.03%) to 82.261%

Changes Missing Coverage Covered Lines Changed/Added Lines %
Realm/Realm.PlatformHelpers/Platform.shared.cs 2 6 33.33%
Realm/Realm/Handles/AppHandle.cs 3 7 42.86%
Totals Coverage Status
Change from base Build 5189522594: -0.03%
Covered Lines: 6149
Relevant Lines: 7336

💛 - Coveralls

@nirinchev nirinchev requested a review from fealebenpae June 6, 2023 14:04
nirinchev added 2 commits June 7, 2023 04:08
* main:
  Allow geobox to be constructed from 4 coordinates (#3341)
  Add support for geospatial queries (#3300)
  Update UWP certificate, add instructions on how to do it (#3338)
@nirinchev nirinchev marked this pull request as ready for review June 7, 2023 10:09
@nirinchev nirinchev merged commit bcb44e4 into main Jun 12, 2023
@nirinchev nirinchev deleted the ni/device-info branch June 12, 2023 14:12
nirinchev added a commit that referenced this pull request Jun 12, 2023
* main: (29 commits)
  Add platform-specific helpers package (#3323)
  Allow geobox to be constructed from 4 coordinates (#3341)
  Add support for geospatial queries (#3300)
  Update UWP certificate, add instructions on how to do it (#3338)
  Don't throw an exception when setting an embedded property to the same value (#3337)
  Automatically handle object -> embedded object migrations (#3322)
  Add a check for the thread in Realm.IsInTransaction (#3336)
  Update to latest Core (#3334)
  Fix a few typos
  Move the SG and weaver binaries to the Realm package (#3319)
  Update ci-actions to latest commit (#3318)
  Fix a couple of warnings (#3317)
  Prepare for vNext (#3316)
  Prepare for 11.0.0 (#3315)
  Add support for arm on Linux (#3267)
  Update changelog
  Add tests for Set.PropertyChanged notifications (#3309)
  Change testing targets to net7.0 (#3305)
  Adjust codeql config (#3311)
  Allow publishing unity package on prerelease workflow (#3310)
  ...

# Conflicts:
#	Realm/Realm.UnityWeaver/UnityWeaver.cs
#	wrappers/realm-core
@sandr01d sandr01d mentioned this pull request Jun 19, 2023
nirinchev added a commit that referenced this pull request Jun 21, 2023
* main: (169 commits)
  Prepare for vNext (#3361)
  Prepare for 11.1.2 (#3360)
  Fix maui namespaces (#3357)
  Add a task to verify namespaces (#3358)
  Prepare for vNext (#3356)
  Prepare for 11.1.1 (#3355)
  Fix namespaces to ensure we don't have Realm as a namespace (#3353)
  Better warning for skipped properties with attributes (#3354)
  Revert "Better warning for skipped properties with attributes"
  Better warning for skipped properties with attributes
  Add nuget readme (#3350)
  Prepare for vNext (#3349)
  Prepare for 11.1.0 (#3348)
  Remove SG package reference from XUnit tests
  Use a different MSVC version (#3347)
  Overhaul metrics [feature branch] (#3209)
  Bump NuGet.Protocol from 5.9.3 to 6.0.5 (#3346)
  Add platform-specific helpers package (#3323)
  Allow geobox to be constructed from 4 coordinates (#3341)
  Add support for geospatial queries (#3300)
  ...

# Conflicts:
#	.github/templates/main.yml
#	.github/templates/pr.yml
#	.github/templates/test-net-core.yml
#	.github/templates/test-uwp-managed.yml
#	.github/workflows/pr.yml
#	.github/workflows/test-uwp-managed.yml
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants