Skip to content

Commit 2ee85fc

Browse files
committed
Update readme
1 parent be95765 commit 2ee85fc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

README.nuget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)