Type safe Actor Model toolkit for reactive concurrency and resiliency using C# and other .NET languages.
Mozilla Public License 2.0
39
stars
18
forks
source link
Generic constraints are wrongly generated in some cases #70
Closed
tjaskula closed 5 years ago
It seems that when a proxy is generated with a generic method, a constraint is generated even if not necessary.
An example is the following line
The generic constraint
where TSource :
is unfinished.The original interface method is