Skip to content

SDK fixes #23317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 25, 2020
Merged

SDK fixes #23317

merged 2 commits into from
Jun 25, 2020

Conversation

pranavkm
Copy link
Contributor

eerhardt and others added 2 commits June 24, 2020 10:57
1. Add the typegranularity file to TrimmerRootDescriptor.
2. Remove the application assembly descriptor file, since the application assembly is passed in as a RootAssembly already.
* Only include dlls when generating type granular assemblies
* Write server-worker to the obj directory
@ghost ghost added the area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates label Jun 24, 2020
@pranavkm pranavkm requested a review from a team June 24, 2020 18:01
@pranavkm pranavkm added this to the 5.0.0-preview7 milestone Jun 24, 2020
@pranavkm
Copy link
Contributor Author

FYI @eerhardt

@@ -121,7 +121,7 @@ Copyright (c) .NET Foundation. All rights reserved.
</PropertyGroup>

<ItemGroup>
<_ServiceWorkerIntermediatePublishFile Include="%(ServiceWorker.IntermediateOutputPath)serviceworkers\%(FileName).publish%(Extension)">
<_ServiceWorkerIntermediatePublishFile Include="$(IntermediateOutputPath)serviceworkers\%(FileName).publish%(Extension)">
Copy link
Member

@eerhardt eerhardt Jun 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not understanding what is being selected/included here. By removing %(ServiceWorker. where are the items coming from?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It constructs the path that later gets written to:

image

It is a bit awkward that the output is the identity, but that's how this target was previously written

@mkArtakMSFT mkArtakMSFT merged commit a93ff60 into release/5.0-preview7 Jun 25, 2020
@mkArtakMSFT mkArtakMSFT deleted the prkrishn/sdk-fixes branch June 25, 2020 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-mvc Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants