The Wayback Machine - https://web.archive.org/web/20201127035106/https://github.com/topics/dotnet-framework
Skip to content
#

dotnet-framework

Here are 808 public repositories matching this topic...

lugospod
lugospod commented Nov 6, 2020

EF Core uses a class Migration, and if you add a new migration with name "Migration" it will break the build.

dotnet ef migrations add Migration

results with Circular base class dependency involving 'Migration' and 'Migration'

I recommend that "migrations add" adds a validation for this...

Include stack traces

Migrations/20201106105308_Migration.cs(6,26): error CS0146: Circul

victorvsantos
victorvsantos commented Aug 19, 2019

Is your feature request related to a problem? Please describe.
I'm not being able to run Stryker in a project (netframework 4.5) inside a machine that doesn't have VS2017 installed (it has VS2015). Stryker fails when it tries to build the solution.

I ran some tests and found out that it tries to use the MSBuild.exe located at the first path defined on MSBuildHelper's.fallbackLocations.

risogolo
risogolo commented Aug 10, 2018

Since dotnetcore's behavior when testing entire solution is trying also test non testing projects and then whole process is evaluated as non successful at least on linux, then I need to run test on one by one testing project separately I need to somehow then merge altcover results into one xml file, is that possible?

Improve this page

Add a description, image, and links to the dotnet-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dotnet-framework topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.