Lukas Grützmacher

Results 24 issues of Lukas Grützmacher

I've uploaded a symbols package in old/legacy format: foo.symbols.nupkg. Such package contains DLL and PDB. Uploading/Pushing such package stores the package as nuget package but not the contained symbol (PDB).

In addition to `CompleteWithAsync` in assertions for `Task` and `Task`, and similar to assertions for `TaskCompletionSource`, I added `NotCompleteWithinAsync`. Checking the existing tests I found some inconsistency which I've fixed...

The non-generic `TaskCompletionSource` was introduced in .NET 5. Special thanks to my colleague René H. inspiring this feature. I took the liberty to adjust the wording in the changelog. I...

feature

With #1478 I implemented the extension methods `WithResult` for assertions on asynchronous operations. While playing around with this methods together with failed `Should().CompleteWithinAsync` I found that it could be unexpected,...

### Description Asserting asynchronous methods can create error messages with useless or confusing characters/words. The problem was identified in PR #1478 and there visible in the test `When_task_completes_async_and_result_is_not_expected_it_should_throw`. ### Complete...

enhancement

After release of V6 there are issues reported which cannot be (completely) realized before V7 because of breaking changes. This issue lists all pending changes including link to related issue(s)....

As discussed in #1490 I propose to remove the `Async` postfix of assertions like `CompleteWithinAsync` to be more fluent. It could not be completed for v6 and should be planned/discussed...

breaking change
future

### Description The option `ThrowingOnMissingMembers` for `BeEquivalentTo` does not work as expected. ### Complete minimal example reproducing the issue ```csharp class Class1 { public string Name { get; set; }...

enhancement

I'm looking for an example to get details for the branch policy of a single Pull Request and/or when the branch policy is met (build succeed, sufficient number of reviewers,...

**Operating System**: `Windows` **DocFX Version Used**: 2.58.4 **Steps to Reproduce**: 1. Install VS2019 2. md c:\temp\docfx && c:\temp\docfx 3. docfx init --quiet 4. cd docfx_project\src 5. dotnet new classlib -f...