• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

fluentassertions / fluentassertions.datasets / 14313835762

07 Apr 2025 03:57PM UTC coverage: 94.089% (-0.3%) from 94.362%
14313835762

Pull #37

github

web-flow
Bump Meziantou.Analyzer and Microsoft.NETFramework.ReferenceAssemblies

Bumps [Meziantou.Analyzer](https://github.com/meziantou/Meziantou.Analyzer) and [Microsoft.NETFramework.ReferenceAssemblies](https://github.com/Microsoft/dotnet). These dependencies needed to be updated together.

Updates `Meziantou.Analyzer` from 2.0.189 to 2.0.193
- [Release notes](https://github.com/meziantou/Meziantou.Analyzer/releases)
- [Commits](https://github.com/meziantou/Meziantou.Analyzer/compare/2.0.189...2.0.193)

Updates `Microsoft.NETFramework.ReferenceAssemblies` from 1.0.3 to 1.0.3
- [Commits](https://github.com/Microsoft/dotnet/commits)

---
updated-dependencies:
- dependency-name: Meziantou.Analyzer
  dependency-version: 2.0.193
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: Microsoft.NETFramework.ReferenceAssemblies
  dependency-version: 1.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Pull Request #37: Bump Meziantou.Analyzer and Microsoft.NETFramework.ReferenceAssemblies

458 of 498 branches covered (91.97%)

Branch coverage included in aggregate %.

1261 of 1329 relevant lines covered (94.88%)

2324.26 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/Src/FluentAssertions.DataSets/InitializeDataSetSupport.cs
1
using FluentAssertions;
2
using FluentAssertions.DataSets;
3
using FluentAssertions.Extensibility;
4

5
[assembly: CustomAssertionsAssembly]
6

7
[assembly: AssertionEngineInitializer(
8
    typeof(InitializeDataSetSupport),
9
    nameof(InitializeDataSetSupport.Initialize))]
10

11
namespace FluentAssertions.DataSets;
12

13
public static class InitializeDataSetSupport
14
{
15
    private static readonly object SyncObject = new();
×
16

17
    // ReSharper disable once UnusedMember.Global
18
#pragma warning disable CA1822
19
    public static void Initialize()
20
#pragma warning restore CA1822
21
    {
22
        lock (SyncObject)
×
23
        {
24
            AssertionConfiguration.Current.Equivalency.Plan.AddDataSetSupport();
×
25
        }
×
26
    }
×
27
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc