Tags: dailydevops/defaults
Tags
fix: UpdateEditorConfig condition for single-targeting projects (#490) * fix(build): correct UpdateEditorConfig condition for single-targeting projects The condition compared IsCrossTargetingProject to IsCrossTargetingBuild, but the latter is undefined on normal single-targeting builds, so the target never ran for the common case. The condition now explicitly handles both single- and cross-targeting builds. * style(build): apply CSharpier formatting to SupportAdditionalFiles.targets
feat(gitignore): add .gitignore and .gitattributes templates for proj… ( #405) * feat(gitignore): add .gitignore and .gitattributes templates for project configuration * feat(gitignore): add Beads and Dolt file patterns to .gitignore templates * feat(gitignore): add MemPalace file patterns to .gitignore template * fix: duplicated setting Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> --------- Signed-off-by: Martin Stühmer <me@samtrion.net> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
feat(cleanup): add full cleanup target to remove intermediate and out… ( #385) * feat(cleanup): add full cleanup target to remove intermediate and output directories * fix: Resolved pipeline finding Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> --------- Signed-off-by: Martin Stühmer <me@samtrion.net> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
feat(analyzers): add support for recommended analyzer packages and va… ( #374) * feat(analyzers): add support for recommended analyzer packages and validation logic * fix(analyzers): add OldProjectSupportDiagnosticAnalyzer and enhance copyright year validation
PreviousNext