From 85fbce2d02b3a73381909ee557007f9f4ecd59bd Mon Sep 17 00:00:00 2001 From: Sandro Ciervo Date: Thu, 21 Sep 2023 15:36:16 +0200 Subject: [PATCH] Empty configuration string should mean "Debug" and documentation files can always be generated --- CHANGELOG.md | 8 ++++++++ build/Neolution.CodeAnalysis.TestsRuleset.props | 7 ++++++- build/Neolution.CodeAnalysis.props | 7 ++++++- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f789bae..14786fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and adheres to a project-specific [Versioning](/README.md). ## [Unreleased] +### Fixed + +- If build configuration is not passed explicitly, it should be like passing `Debug` + +### Changed + +- The XML documentation can be generated in all build configurations, there is no need to restrict it. + ## [3.0.3] - 2023-07-20 ### Fixed diff --git a/build/Neolution.CodeAnalysis.TestsRuleset.props b/build/Neolution.CodeAnalysis.TestsRuleset.props index 6ffb4ad..e91de1e 100644 --- a/build/Neolution.CodeAnalysis.TestsRuleset.props +++ b/build/Neolution.CodeAnalysis.TestsRuleset.props @@ -1,8 +1,13 @@ - + Debug + + true + + + true diff --git a/build/Neolution.CodeAnalysis.props b/build/Neolution.CodeAnalysis.props index 4aa0b12..b7327b5 100644 --- a/build/Neolution.CodeAnalysis.props +++ b/build/Neolution.CodeAnalysis.props @@ -1,8 +1,13 @@ - + Debug + + true + + + true