Update RollingTextFileLogAdapter.cs #1212
Annotations
10 errors and 10 warnings
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L38
The call is ambiguous between the following methods or properties: 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, bool>)' and 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, int, bool>)'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L73
The call is ambiguous between the following methods or properties: 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, bool>)' and 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, int, bool>)'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L76
Operator '==' cannot be applied to operands of type 'method group' and 'int'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L109
The call is ambiguous between the following methods or properties: 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, bool>)' and 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, int, bool>)'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L112
Operator '==' cannot be applied to operands of type 'method group' and 'int'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L156
The call is ambiguous between the following methods or properties: 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, bool>)' and 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, int, bool>)'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L159
Operator '==' cannot be applied to operands of type 'method group' and 'int'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L38
The call is ambiguous between the following methods or properties: 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, bool>)' and 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, int, bool>)'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L73
The call is ambiguous between the following methods or properties: 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, bool>)' and 'Enumerable.Where<TSource>(IEnumerable<TSource>, Func<TSource, int, bool>)'
|
Tests/CrispyWaffle.Tests/Serialization/RollingTextFileLogAdapterTests.cs#L76
Operator '==' cannot be applied to operands of type 'method group' and 'int'
|
Src/CrispyWaffle/Utilities/DynamicSerialization.cs#L182
'SecurityPermissionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Src/CrispyWaffle/Utilities/DynamicSerialization.cs#L182
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Src/CrispyWaffle/Utilities/LazyResettable.cs#L13
'HostProtectionAttribute' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Src/CrispyWaffle/Utilities/LazyResettable.cs#L14
'SecurityAction' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Src/CrispyWaffle/Utilities/LazyResettable.cs#L15
'HostProtectionResource' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Src/CrispyWaffle/Utilities/LazyResettable.cs#L15
'HostProtectionResource' is obsolete: 'Code Access Security is not supported or honored by the runtime.' (https://aka.ms/dotnet-warnings/SYSLIB0003)
|
Src/CrispyWaffle/Validations/InvalidEmailAddressException.cs#L27
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Src/CrispyWaffle/Validations/InvalidDocumentException.cs#L28
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Src/CrispyWaffle/Utilities/QueryStringBuilder.cs#L48
'NameValueCollection.NameValueCollection(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
Src/CrispyWaffle/Utilities/DynamicSerializationException.cs#L29
'Exception.Exception(SerializationInfo, StreamingContext)' is obsolete: 'This API supports obsolete formatter-based serialization. It should not be called or extended by application code.' (https://aka.ms/dotnet-warnings/SYSLIB0051)
|
This job failed
Loading