Jonas Nyrup

Results 305 comments of Jonas Nyrup

@JosefPihrt Can you comment on whether this PR is useful or should just be closed? If it is useful, is there anything I need to do, besides resolving the conflict,...

My thought was mostly as an analyzer that could *detect* the problematic usage. So an analyzer without an automatic code fix. A manual code fix could of course be ```c#...

Not exactly, let me try with a better example. I have a utility function `Retry.UpToThreeTimes` that retries a `Func` up to three times if it throws exceptions. ```c# static class...

Would it be possible to add this as an extension package, i.e. `LazyCache.Distributed`, to avoid adding the extra dependencies?

Tip: To prevent IntelliSense from suggestion both `Set` and `Add` you can add [`[EditorBrowsable(EditorBrowsableState.Never)]`](https://docs.microsoft.com/en-us/dotnet/api/system.componentmodel.editorbrowsableattribute?view=netcore-3.1) to the obsolete methods.

Related issue https://github.com/dotnet/runtime/issues/45593

A related approach I currently use for full framework WCF is https://github.com/lamronby/wcfextrasplus which uses XML comments to include documentation inn WSDL.

Hi @afinetooth, thanks for the reply. You're right about branch stats, I got confused by looking for a yellow line like ReportGenerator. Here are more complete examples about how a...

I've just enabled "Include Vendor Directory Coverage?" in the repo settings, that wasn't enabled before, but it doesn't seem to change anything. (I'm not really sure what that setting does...

I don't really have any gut feelings about this.