File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ All without touching your container type.
157157- [ ] Switch to ` [UnmanagedCallConv] ` /` typeof(CallConv*) ` for future-proofed calling conventions (MemberFunction, Swift, etc.)
158158- [x] ~~ Format generated code using Roslyn, or use ` IndentedTextWriter ` for source-code generation~~
159159- [x] ~~ Append ` Guid ` to generated fields (to prevent name collisions for overloaded functions)~~
160- - [ ] Make unit tests
160+ - [x] ~~ Make unit tests~~
161161- [ ] Auto-generate proper page for docs and examples (maybe use GitHub io page or wiki)
162162- [ ] Explore micro-optimization: IL weaver via ` Fody ` , replace interface dispatch and ` DllImport ` calls with ` calli `
163163
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ All without touching your container type.
150150- [ ] Switch to ` [UnmanagedCallConv] ` /` typeof(CallConv*) ` for future-proofed calling conventions (MemberFunction, Swift, etc.)
151151- [x] ~~ Format generated code using Roslyn, or use ` IndentedTextWriter ` for source-code generation~~
152152- [x] ~~ Append ` Guid ` to generated fields (to prevent name collisions for overloaded functions)~~
153- - [ ] Make unit tests
153+ - [x] ~~ Make unit tests~~
154154- [ ] Auto-generate proper page for docs and examples (maybe use GitHub io page or wiki)
155155- [ ] Explore micro-optimization: IL weaver via ` Fody ` , replace interface dispatch and ` DllImport ` calls with ` calli `
156156
You can’t perform that action at this time.
0 commit comments