Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Add .NET Core support #159

Merged
merged 4 commits into from
Jun 20, 2017
Merged

Add .NET Core support #159

merged 4 commits into from
Jun 20, 2017

Conversation

alexpilotti
Copy link
Contributor

Includes a .NET Core Starter Pack and an example

@msftclas
Copy link

@alexpilotti,
Thanks for having already signed the Contribution License Agreement. Your agreement was validated by Microsoft. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@codecov-io
Copy link

codecov-io commented Jun 18, 2017

Codecov Report

Merging #159 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #159   +/-   ##
=======================================
  Coverage   33.06%   33.06%           
=======================================
  Files          18       18           
  Lines        1104     1104           
=======================================
  Hits          365      365           
  Misses        690      690           
  Partials       49       49

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 18784fd...cdcc2b5. Read the comment docs.

@bacongobbler
Copy link
Contributor

23,000 LOC?! Can't we commit a much smaller example app? This seems a bit excessive for a hello world app.

@alexpilotti
Copy link
Contributor Author

That's the very basic sample generated with "dotnet new mvc ..." as by readme.txt. I'm going to replace it with a smaller one :)

@alexpilotti
Copy link
Contributor Author

@bacongobbler I replaced the sample. LOC count dropped significantly. :)

@bacongobbler
Copy link
Contributor

bacongobbler commented Jun 20, 2017

this looks much better, thank you.

You'll also need to do 2 things:

  1. call make generate to autogenerate the pack files and commit that
  2. fix up the unit tests to show 7 packs instead of 6

Once that's done, I'd be happy to merge.

Add a Draft Starter Pack for .NET Core, supporting ASP.NET Core and
.NET Core console applications.
The name of the assembly executed in the ENTRYPOINT needs to be
retrieved automatically to avoid the need for the user to edit
the Dockerfile.
This sample has been generated with the following .NET Core SDK command:

dotnet new mvc -n WebApplication -o .
@alexpilotti
Copy link
Contributor Author

alexpilotti commented Jun 20, 2017

@bacongobbler done, I put the autogenerated file change in a separate commit, fixed the test as well

@bacongobbler bacongobbler merged commit de63598 into Azure:master Jun 20, 2017
@bacongobbler
Copy link
Contributor

thank you so much! :)

mboersma pushed a commit that referenced this pull request Jun 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants