Adding ICryptographicCenter and ISerializationCenter interfaces #9
Annotations
10 errors
build:
UnitTests/UnitTestsHelper.cs#L26
There is no argument given that corresponds to the required parameter 'username' of 'IDatabase.Create(ICryptographicCenter, ISerializationCenter, string, string, string, string, string[])'
|
build:
UnitTests/SecurityCenterUnitTexts.cs#L21
'string' does not contain a definition for 'Sign' and no accessible extension method 'Sign' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build:
UnitTests/SecurityCenterUnitTexts.cs#L24
'string' does not contain a definition for 'GetHash' and no accessible extension method 'GetHash' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build:
UnitTests/SecurityCenterUnitTexts.cs#L27
'string' does not contain a definition for 'CheckSign' and no accessible extension method 'CheckSign' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build:
UnitTests/SecurityCenterUnitTexts.cs#L45
'string' does not contain a definition for 'Sign' and no accessible extension method 'Sign' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build:
UnitTests/SecurityCenterUnitTexts.cs#L46
'string' does not contain a definition for 'CheckSign' and no accessible extension method 'CheckSign' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|
build:
UnitTests/SecurityCenterUnitTexts.cs#L67
An object reference is required for the non-static field, method, or property 'CryptographicCenter.Encrypt(string, string[])'
|
build:
UnitTests/SecurityCenterUnitTexts.cs#L68
An object reference is required for the non-static field, method, or property 'CryptographicCenter.Decrypt(string, string[])'
|
build:
UnitTests/UnitTestsHelper.cs#L42
There is no argument given that corresponds to the required parameter 'username' of 'IDatabase.Open(ICryptographicCenter, ISerializationCenter, string, string, string, string, EventHandler<AutoSaveDetectedEventArgs>?)'
|
build:
UnitTests/UnitTestsHelper.cs#L94
'string' does not contain a definition for 'GetHash' and no accessible extension method 'GetHash' accepting a first argument of type 'string' could be found (are you missing a using directive or an assembly reference?)
|