Skip to content

Review project structure to support VB #137

@ElemarJR

Description

@ElemarJR

Like @giggio described in #56:

We will still have only one repository, this one.

We decided for a structure like this:

/src
/src/CSharp
/src/CSharp/CodeCracker
/src/CSharp/CodeCracker.Vsix
/src/VisualBasic
/src/VisualBasic/CodeCracker
/src/VisualBasic/CodeCracker.Vsix
/test
/test/CSharp
/test/CSharp/CodeCracker.Test
/test/VisualBasic
/test/VisualBasic/CodeCracker.Test

There will be two solutions at root /, CodeCracker.CSharp.sln and CodeCracker.VisualBasic.sln.

There will be two different Nugets, one for C#, one for VB, and two different Vsix. Maybe we can also have a third Vsix in the future with both. We will decide that later.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions