Mark Junker

Results 214 comments of Mark Junker

I remember that there was a change in the source files. However, I thought that this GNU TLS workaround wouldn't be necessary anymore due to the changes in .NET (Core)...

@jasonmalinowski It seems that this is the same (or at least very similar) problem I've reported in reactiveui/ReactiveUI.SourceGenerators#51. EDIT: Here is a sample repository, but it seems that not everybody...

@jasonmalinowski Just answering your question about the inner exception: Yes, the compiler reports it, as you can see in the binary log: ![grafik](https://github.com/user-attachments/assets/dc6eeda9-244a-4441-a5e8-976368d2f1b9) But I don't understand why it cannot...

I have some (dumb?) questions, because I'm curious: * What does this PR tries to solve? Does this cause problems/bugs? * Why are there "duplicates"? In other words: Why aren't...

Hi, just 2 more questions: > > Why are there "duplicates"? In other words: Why aren't those duplicates merged automatically when they're saved? > > Why aren't those media segments...

This problem still exists in both the latest .NET SDKs 8.0.404 and 9.0.100.

From @davidfowl on 24 May, 2016 We're not going to be doing features like this as we're eventually moving to msbuild based projects. This kinda of feature has far reaching...

From @fubar-coder on 24 May, 2016 That's why I wrote: "Project build system", not explicitly project.json. There should be a way to do this kind of stuff with msbuild based...

Might not necessarily be a breaking change, if you use [TypeForwardedTo](https://learn.microsoft.com/en-us/dotnet/api/system.runtime.compilerservices.typeforwardedtoattribute?view=net-8.0) for [type forwarding](https://learn.microsoft.com/en-us/dotnet/standard/assembly/type-forwarding), if you don't cause a cyclic assembly reference, that is 😉 .