Skip to content

优化获取真实ip、增加pulsar支持 #434

优化获取真实ip、增加pulsar支持

优化获取真实ip、增加pulsar支持 #434

Triggered via push July 21, 2023 10:14
Status Failure
Total duration 58s
Artifacts

dotnetcore.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L25
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L85
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L40
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L98
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L55
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L111
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L71
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L125
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/IPulsarQueneService.cs#L135
The type or namespace name 'CancellationToken' could not be found (are you missing a using directive or an assembly reference?)
build: src/Library/NetPro.Pulsar/PulsarQueneService.cs#L62
The type or namespace name 'CancellationTokenSource' could not be found (are you missing a using directive or an assembly reference?)
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, 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: src/Library/NetPro.TypeFinder/AppDomainTypeFinder.cs#L323
The variable 'ex' is declared but never used
build: src/Library/NetPro.TypeFinder/AppDomainTypeFinder.cs#L414
XML comment is not placed on a valid language element
build: src/Library/NetPro.Checker/CheckMiddlewareHandler.cs#L31
'CheckMiddlewareHandler.UseHealthCheck(IApplicationBuilder, string)' is obsolete: 'recommended to use IApplicationBuilder.UseCheck'
build: src/Library/NetPro.Checker/Startup/CheckerStartup.cs#L102
'CheckMiddlewareHandler.UseHealthCheck(IApplicationBuilder, string)' is obsolete: 'recommended to use IApplicationBuilder.UseCheck'
build: src/Library/NetPro.Tdengine/Startup/NetProTdengineStartup.cs#L25
Cannot convert null literal to non-nullable reference type.
build: src/Library/NetPro.Tdengine/Startup/NetProTdengineStartup.cs#L25
Cannot convert null literal to non-nullable reference type.
build: src/Library/NetPro.Tdengine/TdengineOption.cs#L50
Non-nullable property 'Key' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Library/NetPro.Tdengine/TdengineOption.cs#L55
Non-nullable property 'Value' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
build: src/Library/NetPro.Tdengine/TdengineMulti.cs#L34
Non-nullable field 'TdengineOption' must contain a non-null value when exiting constructor. Consider declaring the field as nullable.
build: src/Library/NetPro.Pulsar/AuthenticationInfo.cs#L17
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.