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

Generate net48 compliant bindings #68

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

arg0d
Copy link
Contributor

@arg0d arg0d commented Feb 8, 2024

The following APIs are not available in net48:

  • BitConverter.SingleToInt32Bits
  • BitConverter.Int32BitsToSingle
  • Dictionary.TryGetValue
  • DateTime.UnixEpoch

@arg0d arg0d requested a review from Lipt0nas February 8, 2024 12:46
@arg0d arg0d force-pushed the LLT-4921_generate-net48-compliant-bindings branch from f254126 to 742f4d1 Compare February 8, 2024 13:21
Copy link
Member

@Lipt0nas Lipt0nas left a comment

Choose a reason for hiding this comment

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

Looks good 👍

The following APIs are not available in net48:
- `BitConverter.SingleToInt32Bits`
- `BitConverter.Int32BitsToSingle`
- `Dictionary.TryGetValue`
- `DateTime.UnixEpoch`

Signed-off-by: Kristupas Antanavičius <[email protected]>
@arg0d arg0d force-pushed the LLT-4921_generate-net48-compliant-bindings branch from 742f4d1 to b6273bd Compare February 8, 2024 14:00
@arg0d arg0d merged commit 8ecc520 into main Feb 9, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants