ITaluone
ITaluone
### Steps to reproduce **Setup** - Library (.NET8.0): which should contain the context and such - A "build-project", which contains all dependencies like `Microsoft.EntityFrameworkCore.Design` and such (basically all which I...
Closes: #2478 ## IMPORTANT * [x] If the PR touches the public API, the changes have been approved in a separate issue with the "api-approved" label. * [x] The code...
See e.g. here: https://github.com/fluentassertions/fluentassertions/pull/2676 See how many _new_ coveralls coverage report comments has been posted. I also noticed that apparently after the second edit (meaning three comment versions) a new...
Hi, I am using this library to connect to an LocaPhone 5.6 instance, which under the hood is running Asterisk 18.x. I can successfully connect the `ManagerConnection` via phonesuite, but...
#### First commit: This applies to places where removal is not an option. E.g. custom `Exceptions`. Thus: exclude from coverage report #### Second commit Using interpolation instead of concatenation should...
- [x] `HaveElementWithValue(string expectedName, string expectedValue)` - The element exists and has a particular value - [x] `XElementAssertions` - [x] `XDocumentAssertions` - [x] `NotHaveElement(string unexpectedName)` - The element does not...
### Prerequisites - [X] I have searched for similar issues in open and closed tickets and cannot find a duplicate. - [X] I have troubleshooted my issue, and it still...
Hi I do like this project very much, thanks for that! 👍 But let me nitpick a litte ;). What I think about is to change the order of `git...
### Background and motivation Now, it isn't possible to chain a `.ForConstraint()` after you have a `.Given(() => xxx)` in the chain. This is somewhat related to #1918... ### API...
Closes: #2797 ## IMPORTANT * [ ] If the PR touches the public API, the changes have been approved in a separate issue with the "api-approved" label. * [ ]...