Skip to content

Changed chat server auth token to Binary instead of unreadable string #652

Changed chat server auth token to Binary instead of unreadable string

Changed chat server auth token to Binary instead of unreadable string #652

Triggered via push October 9, 2023 18:00
Status Success
Total duration 1m 14s
Artifacts

publish.yml

on: push
Publish packages to nuget
1m 3s
Publish packages to nuget
Fit to window
Zoom out
Zoom in

Annotations

21 warnings
Publish packages to nuget
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, rohith/publish-nuget@5fdc86fb81a38b37521c9f153bfb60ac44e7ba93. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Publish packages to nuget: src/PlugIns/AsyncEventHandler.cs#L22
File name should match first type name
Publish packages to nuget: src/PlugIns/CustomPlugInContainerBase.cs#L21
The keyword 'new' should not be followed by a space
Publish packages to nuget: src/PlugIns/PlugInContainerBase.cs#L45
The keyword 'new' should not be followed by a space
Publish packages to nuget: src/PlugIns/PlugInManager.cs#L25
The keyword 'new' should not be followed by a space
Publish packages to nuget: src/PlugIns/PlugInManager.cs#L26
The keyword 'new' should not be followed by a space
Publish packages to nuget: src/PlugIns/PlugInManager.cs#L514
Closing parenthesis should not be preceded by a space
Publish packages to nuget: src/PlugIns/SyntaxTreeExtensions.cs#L32
Code should not contain trailing whitespace
Publish packages to nuget: src/PlugIns/IStrategyPlugInProvider.cs#L30
A property should not follow a indexer
Publish packages to nuget: src/PlugIns/StrategyPlugInProvider.cs#L58
A property should not follow a indexer
Publish packages to nuget: src/PlugIns/PlugInManager.cs#L514
Closing parenthesis should be on line of last parameter
Publish packages to nuget: src/Network/Connection.cs#L28
The keyword 'new' should not be followed by a space
Publish packages to nuget: src/Network/Counter.cs#L16
The keyword 'new' should not be followed by a space
Publish packages to nuget: src/Network/IpResolverType.cs#L1
The file header is missing or not located at the top of the file.
Publish packages to nuget: src/Network/Connection.cs#L5
Using directive should appear within a namespace declaration
Publish packages to nuget: src/Network/Connection.cs#L16
Using directives should be ordered alphabetically by the namespaces
Publish packages to nuget: src/Network/Connection.cs#L17
Using directives should be ordered alphabetically by the namespaces
Publish packages to nuget: src/Network/Connection.cs#L10
Using directives should be ordered alphabetically by the namespaces
Publish packages to nuget: src/Network/IConnection.cs#L10
Using directives should be ordered alphabetically by the namespaces
Publish packages to nuget: src/Network/Listener.cs#L11
Using directives should be ordered alphabetically by the namespaces
Publish packages to nuget: src/Network/LoopbackIpResolver.cs#L23
A constructor should not follow a property