Skip to content

Commit 6c5bd85

Browse files
committed
Add Features section to README
1 parent 930a72e commit 6c5bd85

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ See also:
3030
5. Add the name of the Nuget package (such as `Npgsql.FSharp`) to `TypeSafeInternals.txt`.
3131
6. run `dotnet build`
3232

33+
## Features
34+
35+
- [x] F# [module level NonPublic functions](https://stackoverflow.com/a/7379327)
36+
- [x] Getters for [visible](https://docs.microsoft.com/en-us/dotnet/api/system.reflection.typeinfo.isvisible?view=netstandard-1.6) [record with NonPublic members](https://stackoverflow.com/a/12389894)
37+
- [ ] Copy-and-Update for visible records with NonPublic members
38+
- [ ] NonPublic Static Methods
39+
- [ ] NonPublic instance methods
40+
- [ ] Shims for NonPublic types
41+
3342
---
3443

3544
## Maintainers

0 commit comments

Comments
 (0)