Skip to content

fix: typo and swaps condition checks within NotifySwarm (#1955) #8

fix: typo and swaps condition checks within NotifySwarm (#1955)

fix: typo and swaps condition checks within NotifySwarm (#1955) #8

Triggered via push October 14, 2023 22:55
Status Success
Total duration 11m 20s
Artifacts

build.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
build
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build
One of '--self-contained' or '--no-self-contained' options are required when '--runtime' is used.
build: Intersect (Core)/Config/PlayerOptions.cs#L14
XML comment has badly formed XML -- 'End tag was not expected at this location.'
build: Intersect (Core)/Compression/GzipCompression.cs#L16
'AesCryptoServiceProvider' is obsolete: 'Derived cryptographic types are obsolete. Use the Create method on the base type instead.' (https://aka.ms/dotnet-warnings/SYSLIB0021)
build: Intersect (Core)/IO/ConsoleWriter.cs#L59
Member 'ConsoleWriter.InitializeLifetimeService()' overrides obsolete member 'MarshalByRefObject.InitializeLifetimeService()'. Add the Obsolete attribute to 'ConsoleWriter.InitializeLifetimeService()'.
build: Intersect (Core)/Config/Options.cs#L33
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: Intersect (Core)/Core/ExperimentalFeatures/ExperimentalFlag.cs#L10
'ExperimentalFlag' defines operator == or operator != but does not override Object.Equals(object o)