Julian Verdurmen
Julian Verdurmen
Hi, I really like this project! I notice that there are many issues that could perhaps be closed. That is sometimes confusing because you no longer know what is planned...
Demo for https://github.com/nsubstitute/NSubstitute/issues/803  This give a CouldNotSetReturnDueToNoLastCallException
**Describe the bug** This is of course a bug in the user code, as we should use `Throw` instead of `Throws`. But the exception is at least not clear And...
Should we consider replacing Google Groups (https://groups.google.com/g/nsubstitute) with GitHub discussions? (for example: https://github.com/xunit/xunit/discussions) Because: - I found a link to the Google Groups on the docs https://nsubstitute.github.io/help/return-for-all/ - but it...
Fixes https://github.com/nsubstitute/NSubstitute/issues/801 Oops it was in the readme. I missed it Draft as we maybe should replace them with GitHub discussions hyperlinks
The XML docs are as follows: https://github.com/microsoft/ApplicationInsights-dotnet/blob/f5377f2e8f1d3ae557c1064e8028c31b34876f9c/WEB/Src/DependencyCollector/DependencyCollector/DependencyTrackingTelemetryModule.cs#L74 But does that mean: - It also tracks the values of the parameters? - Is there a max size of the recorded query?...
### Related Documentation Page https://docs.reqnroll.net/latest/automation/datatable-helpers.html ### Type of the problem Missing information ### Problem Description Follow up of #527 Also link to InstanceCreationOptions docs
### 🤔 What's changed? Ignore this error, as nothing goes wrong after it. ### ⚡️ What's your motivation? Fixes https://github.com/reqnroll/Reqnroll/issues/387 Also, there is another "Container was already taken by another...
Missing docs for ApiCompatPreserveUnnecessarySuppressions + ApiCompatPermitUnnecessarySuppressions
### Type of issue Missing information ### Description I see in this issue https://github.com/dotnet/sdk/issues/34936 that this is supported: ```xml true true ``` But it isn't documented on https://learn.microsoft.com/en-us/dotnet/fundamentals/apicompat/package-validation/baseline-version-validator ### Page...
_This is #880 + a check unit test_ @Romfos Unfortunately I cannot push to your branch, but I think we should not use .Internal types in the public API. That's...