dotnet-core-buildpack
dotnet-core-buildpack copied to clipboard
Cloud Foundry buildpack for .NET Core on Linux
Release reminder for dotnet-core-buildpack The ideal release date window for this buildpack starts on: 10-10 and ends on 10-15. * See [diff from latest version](https://github.com/cloudfoundry/dotnet-core-buildpack/compare/v2.4.33..develop) and validate if a release...
This is default description of the PR
This is default description of the PR
This is default description of the PR
This is default description of the PR
This is default description of the PR
This is default description of the PR
Release reminder for dotnet-core-buildpack The ideal release date window for this buildpack starts on: 09-26 and ends on 10-01. * See [diff from latest version](https://github.com/cloudfoundry/dotnet-core-buildpack/compare/v2.4.33..develop) and validate if a release...
Current buildpack tries to parse `.csproj` file as XML to extract `TargetFramework` and a few other properties to determine the correct version to introduce. This is a highly flawed way...
When running `dotnet_core_buildpack` it always displays "first launch" message from dotnet SDK, polluting logs. Ex: ``` -----> Dotnet-Core Buildpack version 2.4.30 -----> Supplying Dotnet Core -----> Installing libunwind 1.8.1 Copy...