Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
13 contributions in the last year
Contribution activity
October 2020
- masakura/library Java
Created an issue in openiddict/openiddict-core that received 2 comments
Cannot serialize ImmutableArray<T> by MongoDb.Driver
MongoDb.Driver cannot serialize ImmutableArray <T>.
.AddCore(options => { options.UseMongoDb(/* ... */); });
I get an exception when I run the appl…