Chris Sienkiewicz

Results 32 comments of Chris Sienkiewicz

We made a change in 6.0.200 that compares the contents of additional files to see if they have changed. This is part of the work to enable an in-server cache...

My guess is the WPF temp csproj that compiles the XAML isn't getting the correct (or any?) generators. We saw this problem when we first shipped generators, which was fixed....

@jamesmontemagno @Sergio0694 I looked into this, and its... not good news, as far as I can tell. The 'legacy' style projects are targeting .NET Framework, which uses its own copy...

This is a dupe of https://github.com/dotnet/sdk/issues/26542 which is caused by https://github.com/dotnet/wpf/issues/6792 a workarounds are pinning the SDK or https://github.com/dotnet/wpf/pull/6680#issuecomment-1183552170

@lucabol Thanks! I'll take a detailed look through. From a quick glance I think some of the samples could be more incremental so I'll make sure to focus on how...

@ovargasmahisoft were you trying to add the attribute code using `context.RegisterForPostInitialization` as the AutoNotify sample does? If so that's only supported in VS16.9+

@KathleenDollard Ah, for some reason the 0.0.4-alpha packages never published. Should be available now 👍 The package doesn't add anything automatically, you need to manually create a new csproj and...

@dotnet/roslyn-compiler and specifically @jaredpar for an initial look over of this approach. I updated the touched file logger to not print everything uppercase, so it works on non-windows platforms, and...

Ping @jaredpar

@dotnet/roslyn-compiler for review please