Files
WireMock.Net-wiremock/src/WireMock.Org.Abstractions/Meta.cs
Stef Heyenrath 54edf0bebc Add link to TIOBE Index on main page + fix issues (#1137)
* Add TIOBE + include SonarAnalyzer.CSharp

* .

* cp

* Copyright © WireMock.Net

* more fixes

* fix

* xpath

* if (Matchers == null || !Matchers.Any())

* if (Matchers != null)

* ?

* .

* .
2024-07-18 18:06:04 +02:00

9 lines
142 B
C#

// Copyright © WireMock.Net
namespace WireMock.Org.Abstractions
{
public class Meta
{
public int Total { get; set; }
}
}