Tags: dailydevops/codebuilder
Tags
feat: Extended the API (#20) * feat: Extended the API * fix: Update tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Clear.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> * fix: Update tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Clear.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> * fix: Update tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Scope.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> * fix: Update tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Clear.cs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Martin Stühmer <me@samtrion.net> * fix: Update src/NetEvolve.CodeBuilder/CSharpCodeBuilder.Clear.cs Co-authored-by: Copilot <175728472+Copilot@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: Copilot <175728472+Copilot@users.noreply.github.com>
chore: Add Scope method for automatic indentation management (#15) * chore: Initial plan * chore: Initial plan for Scope method implementation Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com> * chore: Implement Scope method for automatic indentation management with comprehensive tests Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com> * chore: Add example usage test and restore original build configuration Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com> * chore: Update the implementation * chore: Exteded `AppendXmlDocSee` and `AppendXmlDocSeeAlso` with `href` * test: Updated tests --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: samtrion <3283596+samtrion@users.noreply.github.com> Co-authored-by: Martin Stühmer <me@samtrion.net>