-
### Description
I have not been able to get the subject identification component of FluentAssertions working on either of our two remote testing desktops and build configurations don't seem to be the…
0lks updated
8 months ago
-
Similar to the [Assertion scope of fluentAssertions](https://fluentassertions.com/introduction#assertion-scopes) add the option to combine multiple expectations into one and only evaluate them at the …
-
Integration of dnWalker into dev cycle of dotnet project. Possibilities:
- VS extension (not a very good idea because it would work with VS only, although should be very powerful in terms of project …
-
```
MethodAuthorization()
```
и
```
MethodCommunitySettings
```
В C# согласно договоренностям методы назваются глаголами (чтобы явно показать действие которое они выполняют) т.е. в твоем …
-
### Description
BeXmlSerializable creates a clone using XmlSerializer. XmlSerializer ignores members marked by XmlIgnoreAttribute.
The resulting clone is compared with the original. But this compa…
sa-he updated
6 months ago
-
Could you please update the references to 3rd party packages? Currently those old package versions are either vulnerable/deprecated themselves or bring in some other transient dependencies which are v…
-
This basic nested dictionary test case fails with `ShouldBeEquivalentTo`
```
[Test]
public void CompareNestedDictionaries()
{
Dictionary CreateDict()
…
-
Please take a look at this code:
```cs
var car = new Car();
Assert.IsNotNull(car);
Assert.IsTrue(car.HasEngine);
```
When using ReSharper, it works perfectly fine without any complaints. Now I…
-
I'm trying to count the number of assertions inside an `AssertionScope` but I currently can't find a solution to achieve this goal.
If I subclass `AssertionScope`, I can't override `ForCondition` s…
0xced updated
4 years ago
-
### Description
We compile and launch unit test libraries with the `release` configuration and `x64` platform.
After upgrading FluentAssertions from `4.19.2` to `6.5.1` (the latest), we noticed …