Manodasan Wignarajah

Results 34 comments of Manodasan Wignarajah

@brabebhin, this looks to be the UWP version which we do not distribute a C#/WinRT projection for. We only distribute one for the WinAppSDK / WinUI version of it. Is...

Thanks @hez2010 for bringing this up. We do need to source generate the delegate to make it AOT compatible. With that said, the issue with the proposed approach and why...

@charlesroddie this is being worked on along with a couple other related things we discovered as part of an exercise we did where we made manual changes to the generated...

We should make sure once we add the test coverage, it would catch https://github.com/microsoft/CsWinRT/issues/1162.

We do have a diagnostics issue here where if `System.DateTime` is used, we should say it isn't a valid WinRT type. @Psychlist1972 instead of `System.DateTime`, can you use `System.DateTimeOffset`? `System.DateTimeOffset`...

Potential bug in our comparator when left hand side and right hand side are equal. It should return false I think in that scenario, but for excludes it can return...

Thanks @StephenMLucas for this feedback. If I am understanding your proposal, are you saying we should expand our current CsWinRTExcludes mechanism to exclude methods / members of included types which...

This looks like it might be fixed by a .NET change: https://github.com/dotnet/runtime/issues/58619

Sounds like the mentioned change is a prerequisite and in addition to that we will need some changes too.