![]() |
VOOZH | about |
dotnet add package CDP4.WEB.Common.Test --version 7.0.0
NuGet\Install-Package CDP4.WEB.Common.Test -Version 7.0.0
<PackageReference Include="CDP4.WEB.Common.Test" Version="7.0.0" />
<PackageVersion Include="CDP4.WEB.Common.Test" Version="7.0.0" />Directory.Packages.props
<PackageReference Include="CDP4.WEB.Common.Test" />Project file
paket add CDP4.WEB.Common.Test --version 7.0.0
#r "nuget: CDP4.WEB.Common.Test, 7.0.0"
#:package CDP4.WEB.Common.Test@7.0.0
#addin nuget:?package=CDP4.WEB.Common.Test&version=7.0.0Install as a Cake Addin
#tool nuget:?package=CDP4.WEB.Common.Test&version=7.0.0Install as a Cake Tool
The CDP4-COMET-WEB Community Editition (CE) is the Starion Group open source Concurrent Design web based application compliant with ECSS-E-TM-10-25 Annex A and Annex C. The solution provides the following items:
COMET.Web.Common and is distributed with the AGPL version 3.0 license.A demo version of the web application is available at https://comet-web.cdp4.org
👁 Publish Docker Container
👁 Quality Gate Status
👁 Code Smells
👁 Coverage
👁 Duplicated Lines (%)
👁 Lines of Code
👁 Maintainability Rating
👁 Reliability Rating
👁 Security Rating
👁 Technical Debt
👁 Vulnerabilities
GitHub actions are used to build and test the software
| Branch | Build Status |
|---|---|
| Master | 👁 Build Status |
| Development | 👁 Build Status |
The CDP4-COMET-WEB SPA is automaticaly deployed to https://comet-web.cdp4.org using a Github action
The Concurrent Design method is an approach to design activities in which all design disciplines and stakeholders are brought together to create an integrated design in a collaborative way of working.
The Concurrent Design method brings many advantages to the early design phase by providing a structure for this otherwise chaotic phase. Many design concepts have been implemented in the Concurrent Design method to help a team of stakeholders perform their task. The design work is done in collocated sessions with all stakeholders involved and present, creating an integrated design and enabling good communication and exchange of information between team members.
The packages are available on Nuget at:
The CDP4-COMET-WEB SPA is built using docker and the result is a Docker container ready to be deployed (or pushed to Docker Hub). The Docker file is located in the COMETwebapp project folder.
The Docker command needs to be executed from the commandline in the solution folder. Please note that the docker file is a multi-stage docker file. In the first stage the application is built using the private DevExpress nuget feed. In order to access this nuget feed, it is required to EXPORT the API-KEY to an environment variable.
$ ./solutionfolder# export DEVEXPRESS_NUGET_KEY=<YOUR-API-KEY>
$ ./solutionfolder# DOCKER_BUILDKIT=1 docker build --secret id=DEVEXPRESS_NUGET_KEY,env=DEVEXPRESS_NUGET_KEY -f COMETwebapp/Dockerfile -t stariongroup/comet-web-community-edition:latest -t stariongroup/comet-web-community-edition:<specific-version> .
$ ./solutionfolder# docker run -p 8080:8080 --name comet-web stariongroup/comet-web-community-edition:latest
Push to docker hub
$ ./solutionfolder# docker push stariongroup/comet-web-community-edition:latest
$ ./solutionfolder# docker push stariongroup/comet-web-community-edition:<specific-version>
The CDP4-COMET-WEB SPA is automaticaly deployed to https://comet-web.cdp4.org using a Github action
The CDP4-COMET-WEB Community Edition make use of the COMET-SDK.
The CDP4-COMET-WEB Community Edition is provided to the community under the GNU Affero General Public License. The COMET Community Edition relies on open source and proprietary licensed components. Some of these components have a license that is not compatible with the GPL or AGPL. For these components Additional permission under GNU GPL version 3 section 7 are granted. See the license files for the details. The license can be found .
The COMET.WEB.Common and COMET.WEB.Common.Test libraries (nuget packages) are provided to the community under the APACHE 2.0 License.
The Starion Group also provides the CDP4-COMET Web Services Enterprise Edition which comes with commercial support and more features. Contact us for more details.
Contributions to the code-base are welcome. However, before we can accept your contributions we ask any contributor to sign the Contributor License Agreement (CLA) and send this digitaly signed to s.gerene@stariongroup.eu. You can find the CLA's in the CLA folder.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 7.0.0 | 176 | 12/28/2025 |
| 5.1.2 | 1,572 | 10/23/2024 |
| 5.1.1 | 239 | 10/14/2024 |
| 5.1.0 | 250 | 10/14/2024 |
| 5.0.1 | 275 | 8/15/2024 |
| 5.0.0 | 280 | 8/12/2024 |
| 2.0.0 | 3,219 | 2/22/2024 |
| 1.0.7 | 3,854 | 1/25/2024 |
| 1.0.6 | 616 | 1/18/2024 |
| 1.0.5 | 421 | 1/18/2024 |
| 1.0.4 | 2,173 | 10/3/2023 |
| 1.0.3 | 946 | 9/4/2023 |
| 1.0.2 | 642 | 7/7/2023 |
| 1.0.1 | 357 | 4/19/2023 |
| 1.0.0 | 334 | 4/19/2023 |
[Update] to CDP4.WEB.Common 7.0.0
[Update] System.Formats.Asn1 to version 10.0.1