Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added setting UsePolymorphicSerialization #462

Merged
merged 5 commits into from
Sep 11, 2024

extended CustomCSharpClientGenerator to pass usePolymorphicSerializat…

d9f050e
Select commit
Loading
Failed to load commit list.
Merged

Added setting UsePolymorphicSerialization #462

extended CustomCSharpClientGenerator to pass usePolymorphicSerializat…
d9f050e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 11, 2024 in 0s

75.00% of diff hit (target 96.04%)

View this Pull Request on Codecov

75.00% of diff hit (target 96.04%)

Annotations

Check warning on line 44 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L44

Added line #L44 was not covered by tests

Check warning on line 98 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L98

Added line #L98 was not covered by tests

Check warning on line 100 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L100

Added line #L100 was not covered by tests

Check warning on line 102 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L102

Added line #L102 was not covered by tests

Check warning on line 107 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L105-L107

Added lines #L105 - L107 were not covered by tests

Check warning on line 113 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L113

Added line #L113 was not covered by tests

Check warning on line 115 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L115

Added line #L115 was not covered by tests

Check warning on line 117 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L117

Added line #L117 was not covered by tests

Check warning on line 119 in src/Refitter.Core/CSharpClientGeneratorFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CSharpClientGeneratorFactory.cs#L119

Added line #L119 was not covered by tests

Check warning on line 22 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L22

Added line #L22 was not covered by tests

Check warning on line 30 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L30

Added line #L30 was not covered by tests

Check warning on line 32 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L32

Added line #L32 was not covered by tests

Check warning on line 36 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 39 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 41 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L41

Added line #L41 was not covered by tests

Check warning on line 45 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L45

Added line #L45 was not covered by tests

Check warning on line 47 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L47

Added line #L47 was not covered by tests

Check warning on line 51 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 54 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 57 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 60 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L60

Added line #L60 was not covered by tests

Check warning on line 62 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L62

Added line #L62 was not covered by tests

Check warning on line 68 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L68

Added line #L68 was not covered by tests

Check warning on line 73 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L73

Added line #L73 was not covered by tests

Check warning on line 75 in src/Refitter.Core/CustomCSharpClientGenerator.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Refitter.Core/CustomCSharpClientGenerator.cs#L75

Added line #L75 was not covered by tests