MarimerLLC / csla

A home for your business logic in any .NET application.
https://cslanet.com
MIT License
1.23k stars 394 forks source link

Remove redundant imports #4073

Closed kant2002 closed 2 days ago

kant2002 commented 2 days ago

They produce following errors (for all projects in the solution)

C:\d\github\csla\Samples\BlazorExample\BlazorExample\DataAccess\DataAccess.csproj(7,3): warning MSB4011: "C:\d\github\csla\Samples\BlazorExample\Directory.Packages.props" cannot be imported again. It was alre
ady imported at "C:\Program Files\dotnet\sdk\8.0.300\NuGet.props (35,3)". This is most likely a build authoring error. This subsequent import will be ignored.

Related to #3207

kant2002 commented 2 days ago

Notice that in BlazorExample which I use a lot.

StefanOssendorf commented 2 days ago

Why is the CI action not running?

rockfordlhotka commented 2 days ago

Why is the CI action not running?

It only triggers when code changes in csla/source.

I have it set to required - maybe I can't do that anymore, because when people change docs or samples or whatever, obviously the CI build doesn't run.

Or maybe there's a way to have it "run" but do nothing in those cases?

kant2002 commented 2 days ago

Maybe separate CI builds for each of the sample, or one additional workflow to build them all?