Open terrajobst opened 6 years ago
May I add that would be really nice to see common scenarios to solve with Directory.Build.props/Directory.Build.targets?
Yep, it's in my list at the bottom. I think this video will also need some rudimentary intro to MSBuild and how the projects are built so that people understand the difference between .props
and .targets
. The examples I had in mind were:
xunit
to all projects that end with .Tests
).@cidico, do you have other specifics in mind?
I saw your video @ .net conf about adding automagically the nugets. VERY INTERESTING!!! Right now I don't have any fancy scenario in mind... Maybe the "common poor man job" that most enterprise devs have.. Like...
I once worked with a solution that had a very nasty build process. It needed to compile some C++ projects and copy the result .dlls to a folder and then build another project and them copy to another... Some dlls needed to be registred on Windows during the build...
It would be worthwhile to go over the key areas I covered in my recent .NET Standard talk and have dedicated videos on:
AssemblyInfo.cs
Directory.Build.props
/Directory.Build.targets