Skip to content

Merge pull request #172 from bingtianyiyan/feature_dev #246

Merge pull request #172 from bingtianyiyan/feature_dev

Merge pull request #172 from bingtianyiyan/feature_dev #246

Triggered via push June 28, 2024 01:33
Status Success
Total duration 50s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-dotnet@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build: YiSha.Util/YiSha.Util/AsyncTaskHelper.cs#L11
Type 'AsyncTaskHelper' is a static holder type but is neither static nor NotInheritable
build: YiSha.Util/YiSha.Util/DateTimeHelper.cs#L9
Type 'DateTimeHelper' is a static holder type but is neither static nor NotInheritable
build: YiSha.Util/YiSha.Util/EncodingHelper.cs#L7
Type 'EncodingHelper' is a static holder type but is neither static nor NotInheritable
build: YiSha.Util/YiSha.Util/LogHelper.cs#L12
Type 'LogHelper' is a static holder type but is neither static nor NotInheritable
build: YiSha.Util/YiSha.Util/HttpHelper.cs#L477
Change the type of property HttpItem.URL from string to System.Uri.
build: YiSha.Util/YiSha.Util/HttpHelper.cs#L567
Properties should not return arrays
build: YiSha.Util/YiSha.Util/HttpHelper.cs#L576
Change 'CookieCollection' to be read-only by removing the property setter.
build: YiSha.Util/YiSha.Util/HttpHelper.cs#L691
Change 'CookieCollection' to be read-only by removing the property setter.
build: YiSha.Util/YiSha.Util/HttpHelper.cs#L709
Properties should not return arrays
build: YiSha.Util/YiSha.Util/HttpHelper.cs#L716
Change 'Header' to be read-only by removing the property setter.