Skip to content

Fix some recurrence evaluation issues (#645) #134

Fix some recurrence evaluation issues (#645)

Fix some recurrence evaluation issues (#645) #134

Triggered via push November 21, 2024 20:21
Status Success
Total duration 50s
Artifacts

tests.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
tests
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
tests
The target framework 'netcoreapp3.1' is out of support and will not receive security updates in the future. Please refer to https://aka.ms/dotnet-core-support for more information about the support policy.
tests: Ical.Net/Evaluation/RecurrencePatternEvaluator.cs#L238
Expected 'disable' or 'restore'
tests: Ical.Net/VTimeZoneInfo.cs#L15
'VTimeZoneInfo' overrides Object.Equals(object o) but does not override Object.GetHashCode()
tests: Ical.Net/Evaluation/RecurrencePatternEvaluator.cs#L238
Expected 'disable' or 'restore'
tests: Ical.Net/VTimeZoneInfo.cs#L15
'VTimeZoneInfo' overrides Object.Equals(object o) but does not override Object.GetHashCode()
tests: Ical.Net/Evaluation/RecurrencePatternEvaluator.cs#L238
Expected 'disable' or 'restore'
tests: Ical.Net/VTimeZoneInfo.cs#L15
'VTimeZoneInfo' overrides Object.Equals(object o) but does not override Object.GetHashCode()
tests: Ical.Net/Serialization/EncodingProvider.cs#L28
'UTF7Encoding.UTF7Encoding()' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
tests: Ical.Net/Serialization/EncodingProvider.cs#L86
'UTF7Encoding.UTF7Encoding()' is obsolete: 'The UTF-7 encoding is insecure and should not be used. Consider using UTF-8 instead.' (https://aka.ms/dotnet-warnings/SYSLIB0001)
tests: Ical.Net/Serialization/DataTypes/PeriodSerializer.cs#L106
The result of the expression is always 'true' since a value of type 'TimeSpan' is never equal to 'null' of type 'TimeSpan?'