Update README & package info #2
Annotations
8 warnings
build:
test/DateRecurrenceR.Tests.Unit/Collections/EnumeratorLimitByCountTests.cs#L9
Public method 'MoveNext_returns_true_expected_times' on test class 'EnumeratorLimitByCountTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
test/DateRecurrenceR.Tests.Unit/Collections/EnumeratorLimitByCountTests.cs#L15
Public method 'MoveNext_returns_false_after_last_element' on test class 'EnumeratorLimitByCountTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
test/DateRecurrenceR.Tests.Unit/Collections/EnumeratorLimitByCountTests.cs#L21
Public method 'MoveNext_returns_false_after_DateMax' on test class 'EnumeratorLimitByCountTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
test/DateRecurrenceR.Tests.Unit/Collections/EnumeratorLimitByCountTests.cs#L9
Theory method 'MoveNext_returns_true_expected_times' on test class 'EnumeratorLimitByCountTests' does not use parameter 'expectedCount'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|
build:
test/DateRecurrenceR.Tests.Unit/Collections/EnumeratorLimitByCountTests.cs#L9
Public method 'MoveNext_returns_true_expected_times' on test class 'EnumeratorLimitByCountTests' should be marked as a Theory. Reduce the visibility of the method, or add a Theory attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
test/DateRecurrenceR.Tests.Unit/Collections/EnumeratorLimitByCountTests.cs#L15
Public method 'MoveNext_returns_false_after_last_element' on test class 'EnumeratorLimitByCountTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
test/DateRecurrenceR.Tests.Unit/Collections/EnumeratorLimitByCountTests.cs#L21
Public method 'MoveNext_returns_false_after_DateMax' on test class 'EnumeratorLimitByCountTests' should be marked as a Fact. Reduce the visibility of the method, or add a Fact attribute to the method. (https://xunit.net/xunit.analyzers/rules/xUnit1013)
|
build:
test/DateRecurrenceR.Tests.Unit/Collections/EnumeratorLimitByCountTests.cs#L9
Theory method 'MoveNext_returns_true_expected_times' on test class 'EnumeratorLimitByCountTests' does not use parameter 'expectedCount'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026)
|