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
**Nwpie.Foundation.NetCore.SDK** is a comprehensive, modular SDK built for .NET developers. It simplifies and enhances application development by providing an all-in-one solution with well-defined abstractions, robust utilities, and modularized components. Core libraries target `netstandard2.1` for broad compatibility, while endpoint and test projects multi-target `net8.0` and `net10.0`. Fully supported with unit tests.
11
14
12
15
## Table of Contents
13
16
-[Features](#features)
17
+
-[Installation](#installation)
14
18
-[Modules Overview](#modules-overview)
15
19
-[Quick Start](#quick-start)
16
20
-[Getting Started](#getting-started)
@@ -23,13 +27,35 @@
23
27
---
24
28
25
29
## Features
26
-
-**Multi-target .NET 8& .NET 10**: Endpoint and test projects target both `net8.0` and `net10.0`. Core libraries use `netstandard2.1` for broad compatibility.
30
+
-**Multi-target .NET 8, .NET 10 & .NET 11 (preview)**: Endpoint and test projects target `net8.0` and `net10.0`. CI also validates against .NET 11 preview. Core libraries use `netstandard2.1` for broad compatibility.
27
31
-**Modular SDK**: Use what you need with a modularized structure.
32
+
-**NuGet Ready**: Install individual modules via NuGet for easy integration.
28
33
-**Comprehensive Tests**: Unit tests demonstrate usage and ensure reliability.
29
34
-**Extensive Utilities**: Includes tools for logging, configuration, data access, and more.
@@ -117,7 +143,7 @@ Modules are located in the `src/` directory. For example:
117
143
Each module is self-contained and can be used independently or as part of the complete SDK.
118
144
119
145
### Run Unit Tests
120
-
Unit tests demonstrate how to use each module. Tests are located under `test/UnitTest`.
146
+
Unit tests demonstrate how to use each module. Tests are located under `tests/UnitTest`.
121
147
122
148
To run the tests:
123
149
@@ -138,9 +164,9 @@ We welcome contributions from the open-source community! See [CONTRIBUTING.md](C
138
164
---
139
165
140
166
## License
141
-
This project is licensed under the BSD-3-Clause License. See the [LICENSE](LICENSE) file for details.
167
+
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
142
168
143
169
---
144
170
145
171
## Support
146
-
If you encounter any issues or have suggestions, feel free to open an [issue](https://github.com/osisdie/Nwpie.Foundation.NetCore.SDK/issues) on GitHub.
172
+
If you encounter any issues or have suggestions, feel free to open an [issue](https://github.com/osisdie/dotnet-nwpie-foundation-sdk/issues) on GitHub.
0 commit comments