dolittle/DotNET.SDK

View on GitHub
Source/Resources/MongoDB/ConceptSerializer.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method Deserialize has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public T Deserialize(BsonDeserializationContext context, BsonDeserializationArgs args)
    {
        var bsonReader = context.Reader;
        var actualType = args.NominalType;
        var bsonType = bsonReader.GetCurrentBsonType();
Severity: Minor
Found in Source/Resources/MongoDB/ConceptSerializer.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status