nicomoya123

Results 3 issues of nicomoya123

According to: https://github.com/coverlet-coverage/coverlet/issues/1084. Coverlet expects a suffix of `.g.cs`, currently the genreated file are ending with `.generated.cs`. Can we change this line: https://github.com/mcintyre321/OneOf/blob/master/OneOf.SourceGenerator/OneOfGenerator.cs#L84 to `.g.cs` ? pr: https://github.com/mcintyre321/OneOf/pull/108

I want to implement something similar to this package using the new source generators package, Do you think it will be possible ?

- When setting the to messageEventName: 'messageBuffer', the channel is received as buffer. I have added a check to set it as such. - The buffer is also serialized as...