fix: typo and swaps condition checks within NotifySwarm (#1955) #8
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)
|