Chore(deps): Bump TUnit.Core from 1.3.9 to 1.3.15 #207
Annotations
10 warnings
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/Syntax/MdSyntaxNodeModifierExtensionsTests.cs#L60
'CollectionAssertionBase<IReadOnlyDictionary<string, Range>, KeyValuePair<string, Range>>.HasCount(int, string?)' is obsolete: 'Use Count().IsEqualTo(expectedCount) instead.'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/Syntax/MdSyntaxNodeModifierExtensionsTests.cs#L41
'CollectionAssertionBase<IReadOnlyDictionary<string, Range>, KeyValuePair<string, Range>>.HasCount(int, string?)' is obsolete: 'Use Count().IsEqualTo(expectedCount) instead.'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/Syntax/MdSyntaxNodeModifierExtensionsTests.cs#L23
'CollectionAssertionBase<IReadOnlyDictionary<string, Range>, KeyValuePair<string, Range>>.HasCount(int, string?)' is obsolete: 'Use Count().IsEqualTo(expectedCount) instead.'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/Syntax/MdSyntaxNodeModifierTests.cs#L47
'CollectionAssertionBase<IReadOnlyDictionary<string, Range>, KeyValuePair<string, Range>>.HasCount(int, string?)' is obsolete: 'Use Count().IsEqualTo(expectedCount) instead.'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/Parsers/Xml/XmlMdTestDataTests.cs#L84
'CollectionAssertionBase<IEnumerable<MdTestData>, MdTestData>.HasCount(int, string?)' is obsolete: 'Use Count().IsEqualTo(expectedCount) instead.'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/MdTestDataProviderTests.cs#L105
'CollectionAssertionBase<IEnumerable<MdTestData>, MdTestData>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/MdTestDataProviderTests.cs#L90
'CollectionAssertionBase<IEnumerable<MdTestData>, MdTestData>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/MdTestDataProviderTests.cs#L68
'CollectionAssertionBase<IEnumerable<string>, string>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Markdown/Syntax/MdSyntaxTreeCachedChildren.cs#L73
'CollectionAssertionBase<IEnumerable<IMdSyntaxNode>, IMdSyntaxNode>.HasCount(int, string?)' is obsolete: 'Use Count().IsEqualTo(expectedCount) instead.'
|
|
Run tests:
tests/InfiniBlazorTests.Core.Emotes/EmbeddedResourceEmoteDataLoaderTests.cs#L26
'CollectionAssertionBase<IEnumerable<Stream>, Stream>.HasCount()' is obsolete: 'Use Count() instead, which provides all numeric assertion methods. Example: Assert.That(list).Count().IsGreaterThan(5)'
|
Loading