Skip to content

Release v7.9.12

Choose a tag to compare

@github-actions github-actions released this 16 May 16:05
087eef1

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.