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

Upgrade to VS 2017 #322

Merged
merged 3 commits into from
Feb 3, 2017
Merged

Upgrade to VS 2017 #322

merged 3 commits into from
Feb 3, 2017

Conversation

natemcmaster
Copy link
Contributor

@natemcmaster natemcmaster commented Feb 3, 2017

Remove project.json and move to MSBuild.

Had to disable standalone tests because of dotnet/sdk#696. I will open an issue to re-enable them.

Resolves #321

@@ -11,35 +11,51 @@
using Microsoft.Extensions.Logging;
using Xunit;
using Xunit.Sdk;
using Xunit.Abstractions;
using Microsoft.AspNetCore.Testing;
Copy link
Member

Choose a reason for hiding this comment

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

Sort

@@ -11,35 +11,51 @@
using Microsoft.Extensions.Logging;
using Xunit;
using Xunit.Sdk;
Copy link
Member

Choose a reason for hiding this comment

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

sort


namespace Microsoft.AspNetCore.Testing
{
public class XunitLogger : ILogger, IDisposable
Copy link
Member

Choose a reason for hiding this comment

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

Should we add this to Testing?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@BrennanConroy
Copy link
Member

Disabling is a little different from removing the Standalone project entirely. Shouldn't it still be "ported"

@natemcmaster
Copy link
Contributor Author

We don't need separate standalone projects anymore. Standalone vs portable is a publish time decision, not a build decision.

@natemcmaster natemcmaster merged commit afb327a into dev Feb 3, 2017
@natemcmaster natemcmaster deleted the namc/vs2017 branch February 3, 2017 19:40
@@ -0,0 +1,24 @@
# EditorConfig is awesome:http://EditorConfig.org
Copy link
Member

Choose a reason for hiding this comment

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

@muratg is this something we want in all the projects?

@natemcmaster Which editors understand this? Does it require plugins?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Which editors understand this?

VS 2017 (no plugins).
VS Code with plugin.

It's not yet enforced by csc, but IIUC they are planning to add that.

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.

4 participants