Add LastModified property #78
Annotations
4 warnings
|
build-master:
tests/FlowSynx.Client.UnitTests/FlowSynxClientConnectionTests.cs#L37
Null should not be used for type parameter 'invalidUrl' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build-master:
tests/FlowSynx.Client.UnitTests/FlowSynxServiceFactoryTests.cs#L26
Cannot convert null literal to non-nullable reference type.
|
|
build-master:
tests/FlowSynx.Client.UnitTests/FlowSynxClientConnectionTests.cs#L37
Null should not be used for type parameter 'invalidUrl' of type 'string'. Use a non-null value, or convert the parameter to a nullable type. (https://xunit.net/xunit.analyzers/rules/xUnit1012)
|
|
build-master:
tests/FlowSynx.Client.UnitTests/FlowSynxServiceFactoryTests.cs#L26
Cannot convert null literal to non-nullable reference type.
|