AutoFake icon indicating copy to clipboard operation
AutoFake copied to clipboard

Mock any type members including static and non-virtual ones

Results 61 AutoFake issues
Sort by recently updated
recently updated
newest added

Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0. Release notes Sourced from coverlet.msbuild's releases. v3.2.0 #172 adds performance enhancements during instrumentation #181 removes instrumented assemblies' dependency on the coverlet.tracker assembly #186 adds...

dependencies

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8.0. Release notes Sourced from FluentAssertions's releases. 6.8.0 What's Changed New features Extend collection assertions with ContainInConsecutiveOrder and NotContainInConsecutiveOrder by @​StacyCash in fluentassertions/fluentassertions#1963 Added NotCompleteWithinAsync...

dependencies

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.3.2 See the release notes here. Commits dd7c26b Fixed Selenium test run hang after stopping the debugger (#4013)...

dependencies

Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.2.0 to 4.3.1. Release notes Sourced from Microsoft.CodeAnalysis.CSharp's releases. .NET 6.0.1 Release .NET 5.0.4 Release .NET 5.0.2 Release Notes Install Instructions Repos Core Changelog Sourced from Microsoft.CodeAnalysis.CSharp's...

dependencies

See AcceptMemberVisitor_UnsupportedMemberExpression_Throws

```csharp [Fact] public void When_incorrect_string_arg_Should_add_quotes_to_output() { var fake = new Fake(); var sut = fake.Rewrite(f => f.AppendLine()); sut.Execute(); } ```

bug