You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
TypeDiscovery source generator no longer emits CS0436 warnings caused by types from other source generators (e.g. GenerateOneOfAttribute from OneOf.SourceGenerator) appearing in the generated type list.
TypeDiscovery source generator no longer emits CS0122 errors caused by internal types from external assemblies (e.g. Orleans' ISystemTargetBase, IRingRangeListener, IGrainCallCancellationExtension, IGrainTimerRegistry) being included as contract keys in the generated discovery map.