Jeff Handley

Results 46 comments of Jeff Handley

I'm moving this to the 8.0.0 milestone. After chatting with @adamsitnik we don't think this is a product issue because we don't have any architecture-specific code in play here. But...

> ~For me it's completely broken on all versions, with or without referencing STJ.~ > > Update: It was unrelated to this issue. [reactivemarbles/ObservableEvents#130](https://github.com/reactivemarbles/ObservableEvents/issues/130), [dotnet/wpf#6792](https://github.com/dotnet/wpf/issues/6792). @database64128 Can you clarify if...

@DustinCampbell Can you help route this please? The linked zip file repro works for me and here's what I'm seeing after I add a new empty DataSet to the project:...

Also tagging @davidwengier as there looks to be a little similarity to https://github.com/dotnet/project-system/issues/5589 which was addressed a couple years ago.

> @jeffhandley did we block `BinaryFormatter` in the runtime? I'm not sure if/what we would have done in 3.1 branches around BinaryFormatter. I'll have to tag @GrabYourPitchforks to investigate and...

I just hit this scenario too, also on the `RepositoryCollaboratorEdge` scenario. I was trying find the collaborator edge associated with a pull request's author. Here was my workaround: ```c# var...

@jonsequitur dotnet/runtime#802 is fixed in .NET 7 RC1; this issue might be resolved now too.

I'm updating this feature's milestone to Future. We understand that handling init-only properties will be very useful, but we want to set expectations appropriately that it is not likely to...

Thank you for the valuable input, @JohnGalt1717. I appreciate each aspect of your recommendations here.

Hello, @genifycom. I was unable to reproduce this error using the information provided. Could you produce a minimal repro application that can generate this error please? Here's the application I...