Updating packages #682
Annotations
10 errors and 10 warnings
src/Jeebs.Cryptography/Functions/CryptoF.GenerateKey.cs#L5
The type or namespace name 'Messages' does not exist in the namespace 'Jeebs' (are you missing an assembly reference?)
|
src/Jeebs.Cryptography/Functions/CryptoF.GenerateNonce.cs#L5
The type or namespace name 'Messages' does not exist in the namespace 'Jeebs' (are you missing an assembly reference?)
|
src/Jeebs.Cryptography/Functions/CryptoF.GeneratePassphrase.cs#L4
The type or namespace name 'Messages' does not exist in the namespace 'Jeebs' (are you missing an assembly reference?)
|
src/Jeebs.Cryptography/Functions/CryptoF.Hash.cs#L6
The type or namespace name 'Messages' does not exist in the namespace 'Jeebs' (are you missing an assembly reference?)
|
src/Jeebs.Cryptography/Lockable.cs#L4
The type or namespace name 'Messages' does not exist in the namespace 'Jeebs' (are you missing an assembly reference?)
|
src/Jeebs.Cryptography/Locked.cs#L9
The type or namespace name 'Messages' does not exist in the namespace 'Jeebs' (are you missing an assembly reference?)
|
src/Jeebs.Cryptography/Functions/CryptoF.GenerateKey.cs#L25
The type or namespace name 'ExceptionMsg' could not be found (are you missing a using directive or an assembly reference?)
|
src/Jeebs.Cryptography/Functions/CryptoF.GenerateNonce.cs#L22
The type or namespace name 'ExceptionMsg' could not be found (are you missing a using directive or an assembly reference?)
|
src/Jeebs.Cryptography/Functions/CryptoF.GeneratePassphrase.cs#L35
The type or namespace name 'WithValueMsg<>' could not be found (are you missing a using directive or an assembly reference?)
|
src/Jeebs.Cryptography/Functions/CryptoF.Hash.cs#L47
The type or namespace name 'ExceptionMsg' could not be found (are you missing a using directive or an assembly reference?)
|
src/Jeebs/Logging/Log.cs#L36
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Vrb(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L39
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Dbg(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L42
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Inf(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L45
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Wrn(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L48
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Err(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L51
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Ftl(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L36
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Vrb(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L39
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Dbg(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L42
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Inf(string message, params object[] args)' due to differences in the nullability of reference types.
|
src/Jeebs/Logging/Log.cs#L45
Argument of type 'object?[]' cannot be used for parameter 'args' of type 'object[]' in 'void Log.Wrn(string message, params object[] args)' due to differences in the nullability of reference types.
|
The logs for this run have expired and are no longer available.
Loading