Skip to content
This repository was archived by the owner on Nov 2, 2018. It is now read-only.

Conversation

@pranavkm
Copy link
Contributor

@pranavkm pranavkm commented Feb 1, 2017

No description provided.

Copy link
Contributor

@natemcmaster natemcmaster left a comment

Choose a reason for hiding this comment

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

Also, add os: Visual Studio 2017 RC to appveyor.yml. Just noticed net451 tests aren't running with the Windows-only net451. Will fix that soon.


<PropertyGroup>
<Product>Microsoft .NET Extensions</Product>
<RepositoryUrl>https://github.com/aspnet/Razor</RepositoryUrl>
Copy link
Contributor

Choose a reason for hiding this comment

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

Fix URL

VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{D26F6F80-63EE-4081-A814-EF3DBABE24D9}"
EndProject
Copy link
Contributor

Choose a reason for hiding this comment

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

Also update lines with Visual Studio 14 => 15

<PackageReference Include="Internal.AspNetCore.Sdk" Version="1.0.1-*" PrivateAssets="All" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework' AND '$(OutputType)'=='library'">
Copy link
Contributor

Choose a reason for hiding this comment

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

This group can be removed because we never produce packages here for .NET Framework

@pranavkm
Copy link
Contributor Author

pranavkm commented Feb 1, 2017

🆙 :date

@natemcmaster
Copy link
Contributor

natemcmaster commented Feb 1, 2017

(Assuming you're aware of the compile issues)

ServiceCollectionContainerBuilderExtensions.cs(16,66): error CS0246: The type or namespace name 'IServiceCollection' could not be found (are you missing a using directive or an assembly reference?) 
@natemcmaster
Copy link
Contributor

Also, just curious...doesn't affect approval.... Why was ActiviatorUtilities.cs renamed to DIActivatorUtilities?

@pranavkm
Copy link
Contributor Author

pranavkm commented Feb 1, 2017

We get a file name collision with the file imported as a content item from https://github.com/aspnet/Common/blob/dev/shared/Microsoft.Extensions.ActivatorUtilities.Sources/ActivatorUtilities.cs. Wasn't aware of the buidl error - I'll check.

@natemcmaster
Copy link
Contributor

We get a file name collision with the file imported as a content item from

That shouldn't happen. Probably a bug on NuGet, but could be dotnet/sdk and the way they do default items.

@pranavkm
Copy link
Contributor Author

pranavkm commented Feb 1, 2017

Ok. I'll try and get a repro for it.

@pranavkm pranavkm closed this Feb 2, 2017
@natemcmaster natemcmaster deleted the prkrishn/vs2017 branch November 2, 2018 16:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

4 participants