Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Converted to NetCore 3.0 #417

Merged
merged 51 commits into from Jun 27, 2020
Merged

Converted to NetCore 3.0 #417

merged 51 commits into from Jun 27, 2020

Conversation

genemars
Copy link
Member

@genemars genemars commented Jun 26, 2020

New project structure:

  • assets -> static files organized into platform specific folders. These files are now deployed automatically after the build process by running the command HomeGenie --post-build
  • src\HomeGenie -> main project targetting netcore 3.0
  • src\HomeGenie.Net461 -> shares same source code base from HomeGenie project, but targets net461
  • src\SupportLibraries -> other support libraries used by HomeGenie (net461)
  • src\WindowService -> project required to install HomeGenie as a service in Windows platforms
  • src\HomeGenie.Tests -> unit tests

Currently HomeGenie is still deployed as net461 application, but netcore3.0 app is built anyway to make sure that there are no compatibility issues between net461 and netcore3.0 targets.
In the future HomeGenie will be deployed as a netcore3.0 app.

The netcore3.0 version does not actually implement the Statistics module and sqlite3 dependency has been dropped. Statistics module will be replaced in the future by a set of programs app (csharp) that will carry the duty of generating statistics and will use LiteDB as database engine.

@genemars genemars requested a review from a team June 26, 2020 10:40
@genemars genemars merged commit d3b1b3c into master Jun 27, 2020
@genemars genemars deleted the netcore branch May 10, 2022 14:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants