diff options
| author | jhorv <38920027+jhorv@users.noreply.github.com> | 2024-02-23 19:12:24 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-23 21:12:24 -0300 |
| commit | 08384ee5a8d7466bf83fbff6d7c9d1076e838dba (patch) | |
| tree | c817c6baec4b9226f2f742804a0e2b2e68c29796 /Directory.Packages.props | |
| parent | d4d0a48bfe89d6e8e12ce16829bb2c440b56007c (diff) | |
IPC code gen improvements (#6352)
* HipcGenerator: skip do-nothing call to MemoryMarshal.Cast<byte, byte>() in generated code
* HipcGenerator: fix method name typos
* HipcGenerator: make generated methods use stackalloc for `isBufferMapAlias` bool array
* HipcGenerator: make generated GetCommandHandlers() method return a FrozenDictionary<int, CommandHandler>
* HipcGenerator: return `FrozenDictionary<,>.Empty` when there are no command implementations, otherwise create `FrozenDictionary` from a `IEnumerable<KeyValuePair<,>>`` instead of a `Dictionary<,>``
Diffstat (limited to 'Directory.Packages.props')
0 files changed, 0 insertions, 0 deletions
