Open Razkan opened 6 years ago
@Razkan please keep in mind that user defined assemblies with [Database]
classes would have to be loaded as well.
@per-samuelsson would you be able to investigate this?
@miyconst Visual Studio allows you to initialize the interactive with a project, where both user defined and starcounter assemblies would be loaded to the interactive by right clicking a project and choose Initialize interactive with project
.
@per-samuelsson would you be able to investigate this?
I guess I can yes, although I don't think I have any better knowledge of it than any body else. When you want me to schedule it? Right away?
Summary
As of visual studio version 15.8, support for 64-bit C# interactive has been added. This means that starcounter dll's can be loaded to the interactive, making it a mean to load project and to CRUD an active database during runtime with plain C# code, while for example debugging.
Proposal
Allow for the
Db
orDb.Enviroment
to be set through the interactive.Examples Usage