-
Notifications
You must be signed in to change notification settings - Fork 518
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[RGen] Add a roslyn based implementation of the GetValueTypeSize. (#2…
…2037) Add a roslyn based implemenation of the GetValueTypeSize method that calulcates the size of a struct type based on the target platform. Tests are written so that we can compare the output of the reflection based implementation with the roslyn one. --------- Co-authored-by: GitHub Actions Autoformatter <[email protected]> Co-authored-by: Copilot <[email protected]>
- Loading branch information
1 parent
fffd487
commit b1a1800
Showing
3 changed files
with
377 additions
and
6 deletions.
There are no files selected for viewing
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
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
Oops, something went wrong.