Skip to content

Merge pull request #8 from TimChen44/main #4

Merge pull request #8 from TimChen44/main

Merge pull request #8 from TimChen44/main #4

Triggered via push September 8, 2023 12:40
Status Success
Total duration 28s
Artifacts

pull_request.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build: EasyTool.Core/CloneCategory/CloneUtil.cs#L35
'IFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
build: EasyTool.Core/CloneCategory/CloneUtil.cs#L41
'IFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
build: EasyTool.Core/NetCategory/NetUtil.cs#L98
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: EasyTool.Core/NetCategory/NetUtil.cs#L113
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: EasyTool.Core/IOCategory/IoUtil.cs#L81
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: EasyTool.Core/IOCategory/IoUtil.cs#L92
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: EasyTool.Core/ToolCategory/ObjectUtil.cs#L1046
'BinaryFormatter.Serialize(Stream, object)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
build: EasyTool.Core/ToolCategory/ObjectUtil.cs#L1060
'BinaryFormatter.Deserialize(Stream)' is obsolete: 'BinaryFormatter serialization is obsolete and should not be used. See https://aka.ms/binaryformatter for more information.' (https://aka.ms/dotnet-warnings/SYSLIB0011)
build: EasyTool.Core/IOCategory/FileUtil.cs#L1128
'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014)
build: EasyTool.CoreTests/CloneCategory/CloneExtensionTests.cs#L42
Non-nullable property 'MyProperty2' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.