Skip to content

AB#16 Fixing Code Quality Notes - part 1.#9

Closed
BlaiseD wants to merge 2 commits intomasterfrom
FixCodeQaulityNotes_01
Closed

AB#16 Fixing Code Quality Notes - part 1.#9
BlaiseD wants to merge 2 commits intomasterfrom
FixCodeQaulityNotes_01

Conversation

@BlaiseD
Copy link
Member

@BlaiseD BlaiseD commented Feb 4, 2026

AB#16 Fixing Code Quality Notes - part 1.

// Arrange
var sb = new StringBuilder();
var writer = XmlWriter.Create(sb);
using var writer = XmlWriter.Create(sb);
Comment on lines +155 to +159
catch
{
serializationManager.ReportError(new WorkflowMarkupSerializationException(SR.GetString(SR.Error_SerializerNoSerializeLogic, [serializableProperty.Name, value.GetType().FullName])));
continue;
}
… expression'

Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
@BlaiseD BlaiseD closed this Feb 4, 2026
@BlaiseD BlaiseD deleted the FixCodeQaulityNotes_01 branch February 4, 2026 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant