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 <[email protected]> Signed-off-by: Martin Stühmer <[email protected]> * fix: Update tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Clear.cs Co-authored-by: Copilot <[email protected]> Signed-off-by: Martin Stühmer <[email protected]> * fix: Update tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Scope.cs Co-authored-by: Copilot <[email protected]> Signed-off-by: Martin Stühmer <[email protected]> * fix: Update tests/NetEvolve.CodeBuilder.Tests.Unit/CSharpCodeBuilderTests.Clear.cs Co-authored-by: Copilot <[email protected]> Signed-off-by: Martin Stühmer <[email protected]> * fix: Update src/NetEvolve.CodeBuilder/CSharpCodeBuilder.Clear.cs Co-authored-by: Copilot <[email protected]> Signed-off-by: Martin Stühmer <[email protected]> --------- Signed-off-by: Martin Stühmer <[email protected]> Co-authored-by: Copilot <[email protected]>
chore: Add Scope method for automatic indentation management (#15) * chore: Initial plan * chore: Initial plan for Scope method implementation Co-authored-by: samtrion <[email protected]> * chore: Implement Scope method for automatic indentation management with comprehensive tests Co-authored-by: samtrion <[email protected]> * chore: Add example usage test and restore original build configuration Co-authored-by: samtrion <[email protected]> * chore: Update the implementation * chore: Exteded `AppendXmlDocSee` and `AppendXmlDocSeeAlso` with `href` * test: Updated tests --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: samtrion <[email protected]> Co-authored-by: Martin Stühmer <[email protected]>