You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 16, 2023. It is now read-only.
The "Nethereum.Accounts" package includes the "Nethereum.Web3.Accounts" namespace. The reason for this to avoid a major change until the next version.
There is also a package "Nethereum.Web3" with the same namespace.
Adding an "using" declaration for "Nethereum.Web3.Accounts" results in an error as it cannot be resolved.
Steps to Reproduce
Create a new workbook and add #r "Nethereum.Accounts" and a using Nethereum.Accounts; statements
Try to resolve the statements
Expected Behavior
The namespace is found in its package / assembly.
Actual Behavior
"Using" statement resolution returns an Error: " (1,17): error CS0234: The type or namespace name 'Accounts' does not exist in the namespace 'Nethereum' (are you missing an assembly reference?) `
Environment
Windows 10, Xamarin Workbooks 1.4.1
Can't do that: the app crashes on Help → Copy Version Information
The "Nethereum.Accounts" package includes the "Nethereum.Web3.Accounts" namespace. The reason for this to avoid a major change until the next version.
There is also a package "Nethereum.Web3" with the same namespace.
Adding an "using" declaration for "Nethereum.Web3.Accounts" results in an error as it cannot be resolved.
Steps to Reproduce
#r "Nethereum.Accounts"and ausing Nethereum.Accounts;statementsExpected Behavior
The namespace is found in its package / assembly.
Actual Behavior
"Using" statement resolution returns an Error: " (1,17): error CS0234: The type or namespace name 'Accounts' does not exist in the namespace 'Nethereum' (are you missing an assembly reference?) `
Environment
Windows 10, Xamarin Workbooks 1.4.1
Can't do that: the app crashes on
Help → Copy Version InformationXamarin Workbooks 2018-06-26.log