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

Proof-of-concept serialization of advanced JSON types, records #1073

Merged
merged 5 commits into from
Sep 5, 2023

Merge branch 'master' into add-actor-serialization-options

5c8e872
Select commit
Loading
Failed to load commit list.
Merged

Proof-of-concept serialization of advanced JSON types, records #1073

Merge branch 'master' into add-actor-serialization-options
5c8e872
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Aug 24, 2023 in 1s

9.34% of diff hit (target 67.02%)

View this Pull Request on Codecov

9.34% of diff hit (target 67.02%)

Annotations

Check warning on line 88 in src/Dapr.Actors/Client/ActorProxyFactory.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Client/ActorProxyFactory.cs#L88

Added line #L88 was not covered by tests

Check warning on line 69 in src/Dapr.Actors/Client/ActorProxyOptions.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Client/ActorProxyOptions.cs#L69

Added line #L69 was not covered by tests

Check warning on line 193 in src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs#L193

Added line #L193 was not covered by tests

Check warning on line 198 in src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs#L198

Added line #L198 was not covered by tests

Check warning on line 203 in src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs#L203

Added line #L203 was not covered by tests

Check warning on line 225 in src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs#L225

Added line #L225 was not covered by tests

Check warning on line 235 in src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs#L235

Added line #L235 was not covered by tests

Check warning on line 239 in src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyDataContractSerializationProvider.cs#L239

Added line #L239 was not covered by tests

Check warning on line 30 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L27-L30

Added lines #L27 - L30 were not covered by tests

Check warning on line 33 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 37 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L37

Added line #L37 was not covered by tests

Check warning on line 39 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L39

Added line #L39 was not covered by tests

Check warning on line 45 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L45

Added line #L45 was not covered by tests

Check warning on line 49 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L49

Added line #L49 was not covered by tests

Check warning on line 56 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L55-L56

Added lines #L55 - L56 were not covered by tests

Check warning on line 62 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L62

Added line #L62 was not covered by tests

Check warning on line 68 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L65-L68

Added lines #L65 - L68 were not covered by tests

Check warning on line 71 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L71

Added line #L71 was not covered by tests

Check warning on line 75 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L75

Added line #L75 was not covered by tests

Check warning on line 78 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L78

Added line #L78 was not covered by tests

Check warning on line 84 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L83-L84

Added lines #L83 - L84 were not covered by tests

Check warning on line 88 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L88

Added line #L88 was not covered by tests

Check warning on line 93 in src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonConverter.cs#L91-L93

Added lines #L91 - L93 were not covered by tests

Check warning on line 29 in src/Dapr.Actors/Communication/ActorMessageBodyJsonSerializationProvider.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonSerializationProvider.cs#L29

Added line #L29 was not covered by tests

Check warning on line 34 in src/Dapr.Actors/Communication/ActorMessageBodyJsonSerializationProvider.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Dapr.Actors/Communication/ActorMessageBodyJsonSerializationProvider.cs#L34

Added line #L34 was not covered by tests