dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.37k stars 189 forks source link

Application size #2484

Closed sajjadarashhh closed 6 months ago

sajjadarashhh commented 6 months ago

In this repository we will working on reducing application size?

jkotas commented 6 months ago

General work on reducing application size is done in https://github.com/dotnet/runtime repo. For example, check issues in this query: https://github.com/dotnet/runtime/issues?q=is%3Aissue+label%3Alinkable-framework+is%3Aopen

Some of the experimental projects in this repo may be doing work on application size, but that work should be specific to the experimental project.