NetDevelopersPoland / NetDevPLWebsite

MIT License
22 stars 24 forks source link

Fixed issue with mongo db #95

Closed lukasz-pyrzyk closed 6 years ago

lukasz-pyrzyk commented 6 years ago

Fixes startup exception with message The GuidRepresentation for the reader is CSharpLegacy, which requires the binary sub type to be UuidLegacy, not UuidStandard.

codecov-io commented 6 years ago

Codecov Report

Merging #95 into master will not change coverage. The diff coverage is n/a.

@@          Coverage Diff          @@
##           master    #95   +/-   ##
=====================================
  Coverage     4.9%   4.9%           
=====================================
  Files           7      7           
  Lines         102    102           
  Branches       13     13           
=====================================
  Hits            5      5           
  Misses         97     97
pawelklimczyk commented 6 years ago

great catch!