Joel Richard Benoit

Results 3 comments of Joel Richard Benoit

The solution was adding: ` [DatabaseGenerated(DatabaseGeneratedOption.None)] `to the `CampModel.cs` above `public int CampId { get; set; }` This was my solution but I'm not sure if there is a fix...

I'm not sure it's related to this issue but I got my async methods to be covered by changing the setting `Tools > Options > Fine Code Coverage > AdjacentBuildOutput...

Trying to get your example code to work, using the scope resolution operator didn't work when trying to set the variable return type to the set string. ($aFruit->is(Fruit::APPLE)) The equals...