Results 68 comments of Nick Strupat

Are you using NameOf.Fody 0.8? I just tested this and it compiles and writes "Property" to the console at run-time.

What version of VS are you using and what version of .NET are you targeting? If you can link me to your solution which is giving the error, I can...

Confirmed the failure of your solution, modified to the code above, on my machine. I suspect a race condition. I'll check tonight. Thanks again for your help and patience!

I reworked a few things and published a 0.8.2 NuGet package. I refactored the opcode groupings to prevent potential static initialization order bugs (I don't think this was happening, but...

Is your issue resolved? Can I close this?

this one? https://github.com/NickStrupat/EntityFramework.Rx/blob/master/test/Example/Program.cs#L31

That's pretty much it, yep. It's missing CancellationToken support for now.

Do you have a minimal sample project which reproduces the issue? You can post it on this issue.

Having a bit of an issue testing the publication of the `snupkg` file. Have you come across this issue before? https://stackoverflow.com/questions/62580011/why-isnt-my-sourcelink-snupkg-being-accepted-by-nuget-org

Ah true. The latest version of that package uses an in-house `SymType` just like your version. Do you know where the code for that package is hosted? I can't find...