Simon Cropp

Results 156 issues of Simon Cropp

so that we can modernize samples i made a change to one sample to prove the approach works

community-contribution

### Proposed topic or title c# source generators ### Location in table of contents. _No response_ ### Reason for the article there is currently no c# source generators docs page....

less code and fixes some missing usings

depends on https://github.com/microsoft/testfx/pull/5438

Adds a type specific variant of ProjectedDestructuringPolicy for the known type scenation Avoids a GetType, a delegate creation, and a delegate execution

@nblumhardt based on my other "add some notnull to transform APIS" #2181 PR. lets add tests for the struct/nullability supported scenarios so we know what should/should not work. so TransformationsAreAppliedToStructEventProperties...