Commit 8fd9b86
Fix namespaces (#145)
* refactor: update namespaces for netdaemon.app
This changes the root namespace of the NetDaemon.App project
to NetDaemon. All classes in NetDaemon.App now have a correct
(and corresponding) namespace.
BREAKING CHANGE: several classes now have a different namespace
* refactor: update namespaces for netdaemon.daemon
This changes the root namespace of the NetDaemon.Daemon project
to NetDaemon. All classes in NetDaemon.Daemon now have a correct
(and corresponding) namespace.
BREAKING CHANGE: several classes now have a different namespace
* refactor: update namespaces for daemonrunner
This changes the root namespace of the DaemonRunner project
to NetDaemon. All classes in DaemonRunner now have a correct
(and corresponding) namespace.
BREAKING CHANGE: several classes now have a different namespace
* refactor: rename demon namespace to daemon
* refactor: rename incorrect namespaces in tests
Co-authored-by: Tomas Hellström <[email protected]>1 parent 48d214d commit 8fd9b86
File tree
87 files changed
+923
-912
lines changed- src
- App/NetDaemon.App
- Common
- Fluent
- Reactive
- DaemonRunner/DaemonRunner
- Service
- App
- Daemon/NetDaemon.Daemon
- Daemon
- Config
- Storage
- Service
- tests/NetDaemon.Daemon.Tests
- DaemonRunner
- App
- CodeGen
- Config
- FaultyApp
- CircularDependencies
- CompileErrors
- ExecuteWarnings
- SupressLogs
- Fixtures
- dependtests
- fullname
- level2
- level3
- mulitinstance
- Daemon
- Fluent
- NetDaemonApp
- Reactive
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
87 files changed
+923
-912
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | | - | |
| 5 | + | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments