dotnet-core-buildpack icon indicating copy to clipboard operation
dotnet-core-buildpack copied to clipboard

Cloud Foundry buildpack for .NET Core on Linux

Results 77 dotnet-core-buildpack issues
Sort by recently updated
recently updated
newest added

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...

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...