Is it a bad idea to share a class library project between multiple applications?

This page summarizes the projects mentioned and recommended in the original post on /r/dotnet

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • semver

    Semantic Versioning Specification

  • You're signing up to maintain a framework. The code in the common libraries needs to be understandable by everyone on the project, and is ideally well-documented with inline xmldocs (which show up in IDE popups). You also need strong versioning discipline so teams don't randomly update Package.XYZ from 3.0.2 to 3.0.3 and see a million compiler errors (I'd recommend nbgv with semver).

  • nbgv

    The repo behind the dotnet/nbgv GitHub Action

  • You're signing up to maintain a framework. The code in the common libraries needs to be understandable by everyone on the project, and is ideally well-documented with inline xmldocs (which show up in IDE popups). You also need strong versioning discipline so teams don't randomly update Package.XYZ from 3.0.2 to 3.0.3 and see a million compiler errors (I'd recommend nbgv with semver).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project