mcreek

Results 2 issues of mcreek

With Buildalyzer (version 4.1.3) I'm analyzing CSPROJ files which are part of a solution file. For build-output configuration I'm using one common "common.props" file instead of configuring it at all...

Discussion/Question
Feedback Needed

I have C# project solution to analyze ("*.sln"), containing three projects: - MyLib.Services - MyLib.Services.Contracts - MyLib.Services.Test The "MyLib.Services.Test" project has setting "automatically create binding redirects" enabled. Building the solution...