Robert Larkins

Results 9 comments of Robert Larkins

Not sure if this should be a separate question, or asked here, but is it possible to do solution wide coverage using the coverlet .Net global tool? I'm using coverlet...

At this stage I was only using coverlet as part of the Azure Pipeline, so didn't think the test projects should know or depend on it. Will try installing coverlet.collector...

So I added coverlet.collector as a NuGet package and got it going for a single test project with this: ``` - task: DotNetCoreCLI@2 displayName: 'Run tests for $(solution) with Cobertura'...

@lkurzyniec Will attempt and see how I get on.

I'm also having the same issue.

While the usage of EnumValueObject is fairly simple, is there documentation, or a plan to have documentation on how to use EnumValueObject? Or should people just look at the tests...

The following question is possibly related to this issue. I'm using the ddd with efcore approach (pluralsight) in which I have an entity. Some of the properties on the entity...

> You mean make Entity implement IComparable? Yes, then an `Entity` could be used in a `ValueObject` as an equality component without needing to explicitly implement `IComparable` on the derived...

PR #510 submitted for getting Entity to implement IComparable.