ndrwrbgs
ndrwrbgs
https://github.com/microsoft/Microsoft.IO.RecyclableMemoryStream/issues/85
Fixes https://github.com/ndrwrbgs/CacheManager-Collection/issues/7
@yurishkuro what conditions make this experience surface? > +1 for the Links section - I thought we already implemented that. cc @rubenvp8510 > > However, there is another visual indication...
I think there's enough context and +1 provided by others its still an open concern. It turns out the link ui only shows when the span has more than one...
The following seems to be appx what we'd need in an Analyzer ```C# public override void Initialize(AnalysisContext context) { // ... context.RegisterSyntaxNodeAction(AnalyzeSyntax, SyntaxKind.InvocationExpression); } private void AnalyzeSyntax(SyntaxNodeAnalysisContext context) { var...
[Fody](https://github.com/Fody/Fody) could satisfy the AOP requirement above. Some [features](https://github.com/castleproject/Core/issues/145) requested to [Castle.Core.AsyncInterceptor](https://github.com/JSkimming/Castle.Core.AsyncInterceptor) (which is runtime generated rather than compile time like Fody) allow for re-entrancy, which would be required to...
backref to `duplicate`: https://github.com/vescon/MethodBoundaryAspect.Fody/issues/91
You'll want to update the xmldoc comments also
@Misiu would you want to update this to get out of "WIP" state and move forward?
It looks like it’s chainable per the documentation: https://github.com/danielwertheim/Ensure.That Could you include a code snippet you’d expect would work which does not?