What is everyone using for code minification?

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

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
  • MDK-SE

    Malware's Development Kit for SE

  • I know that Malware's dev kit has built in minification, but as a linux user Visual Studio and by extension the MDK aren't an option for me so I'm looking for alternatives. So far I've only come across one other minifier that seems to work, but it mainly only strips out whitespace and comments, which definitely helps but I'm hoping that there is a better option out there that I'm missing.

  • CSharpMinifier

    .NET Standard Library & Tool for C# source code minification

  • I know that Malware's dev kit has built in minification, but as a linux user Visual Studio and by extension the MDK aren't an option for me so I'm looking for alternatives. So far I've only come across one other minifier that seems to work, but it mainly only strips out whitespace and comments, which definitely helps but I'm hoping that there is a better option out there that I'm missing.

  • 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
  • dotnet-combine

    .NET global tool that allows you to combine multiple C# source files into a single one, create a .zip with multiple files, etc.

  • Yea, I'm already taking advantage of a few of the new .net 6 features like implicit using statements defined in the csproj file and not declaring namespaces anywhere in any of my code files. I've got my setup to the point where I can hit build in vscode and it runs dotnet-combine to merge all of my code into a single file then runs sed to strip out the Program class declaration and the closing brace so that I can just copy and paste the generated code into the programmable block.

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

Related posts