dotnet / dotnet/orleans

[3.x] Log all types serializied by fallback serializer once

Open
#7,792 2 comments 0 reactions 1 assignee Claimed by @ReubenBond View on GitHub
enhancement
Dominant language
C#
Stars
10.9k
Forks
2.1k
Avg merge
14h 42m
Merged PRs (30d)
354

Description

Currently, it's difficult to know which types are being serialized using the fallback serializer (eg, BinaryFormatter or ILBasedSerializer), making it difficult to confidently migrate those types to their own serializers.

We should log each type which is serialized using the fallback serializer once, so that developers can search through logs to find them.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.