Merge pull request #159 from jhzou1/master #238
Annotations
11 warnings
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/Browser/Browser.cs#L47
Type 'BrowserHelper' 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/BundlerHelper.cs#L21
Type 'BundlerHelper' is a static holder type but is neither static nor NotInheritable
|
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.
|
build:
YiSha.Util/YiSha.Util/HttpHelper.cs#L728
Identifier 'String' contains type name
|