Skip to content

Commit

Permalink
updated max Visual Studio version to 16 (VS1029); preparing release
Browse files Browse the repository at this point in the history
  • Loading branch information
csoltenborn committed Dec 15, 2018
1 parent 2e4aa63 commit ab4ecd2
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 13 deletions.
8 changes: 4 additions & 4 deletions GoogleTestAdapter/Packaging.GTA/source.extension.vsixmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
</Metadata>
<Installation InstalledByMsi="false">
<InstallationTarget Version="11.0" Id="Microsoft.VisualStudio.Premium" />
<InstallationTarget Version="[11.0,15.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,15.0]" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[11.0,15.0]" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[12.0,15.0]" Id="Microsoft.VisualStudio.Community" />
<InstallationTarget Version="[11.0,16.0]" Id="Microsoft.VisualStudio.Pro" />
<InstallationTarget Version="[11.0,16.0]" Id="Microsoft.VisualStudio.Enterprise" />
<InstallationTarget Version="[11.0,16.0]" Id="Microsoft.VisualStudio.Ultimate" />
<InstallationTarget Version="[12.0,16.0]" Id="Microsoft.VisualStudio.Community" />
</Installation>
<Dependencies>
<Dependency Id="Microsoft.Framework.NDP" DisplayName="Microsoft .NET Framework" d:Source="Manual" Version="[4.5,4.7]" />
Expand Down
6 changes: 5 additions & 1 deletion GoogleTestAdapter/TestAdapter/GoogleTestAdapterSettings.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,11 @@
<xsd:element name="BatchForTestSetup" minOccurs="0" type="xsd:string" />
<xsd:element name="BatchForTestTeardown" minOccurs="0" type="xsd:string" />
<xsd:element name="KillProcessesOnCancel" minOccurs="0" type="xsd:boolean" />
<xsd:element name="UseNewTestExecutionFramework" minOccurs="0" type="xsd:boolean" />
<xsd:element name="UseNewTestExecutionFramework" minOccurs="0" type="xsd:boolean">
<xsd:annotation>
<xsd:documentation>Corresponds to option 'Use native debugging'</xsd:documentation>
</xsd:annotation>
</xsd:element>

<xsd:element name="SkipOriginCheck" minOccurs="0" type="xsd:boolean">
<xsd:annotation>
Expand Down
5 changes: 4 additions & 1 deletion GoogleTestAdapter/VsPackage.GTA/ReleaseNotes/Donations.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,13 @@ public static class Donations
Therefore, if you would like to appreciate development and support of <i>Google Test Adapter</i>, <b>please consider to [donate!](https://github.com/csoltenborn/GoogleTestAdapter#donations)</b> Thanks in advance...
<br>
<br>
<b>Update (09/12/2018):</b> Given the fact that I have a couple of thousands users, I must admit that I have been unpleasantly surprised by the amount of donations I received (thanks, Tim and
<b>Update (12/09/2018):</b> Given the fact that I have a couple of thousands users, I must admit that I have been unpleasantly surprised by the amount of donations I received (thanks, Tim and
Arne! I appreciate it more than you might imagine). Thus, I have decided to disable the <i>Do not show release notes</i> option until I have reached my donation goals (sorry for this, Tim and Arne). Please consider to [donate](https://github.com/csoltenborn/GoogleTestAdapter#donations) - and note that Christmas is pretty close ;-)
<br>
<br>
<b>Update (12/16/2018):</b> Welcome again to my donation weekly soap :-) Responds to my last request for donations were quite a bit better and included some rather generous ones, but still a way to go until my donation goals are met. Thanks a lot to Yehuda, Walter, Thomas, Lewis, Greg, and my colleague Benedikt! I loved to hear that GTA just works for you and is indeed quite helpful.
<br>
<br>
";

public const string Footer = @"
Expand Down
3 changes: 2 additions & 1 deletion GoogleTestAdapter/VsPackage.GTA/ReleaseNotes/History.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ static History()
{ new Version(0, 13, 3), new DateTime(2018, 7, 16) },
{ new Version(0, 13, 4), new DateTime(2018, 8, 4) },
{ new Version(0, 14, 0), new DateTime(2018, 12, 9) },
{ new Version(0, 14, 1), new DateTime(2018, 12, 10) }
{ new Version(0, 14, 1), new DateTime(2018, 12, 10) },
{ new Version(0, 14, 2), new DateTime(2018, 12, 16) }
};
}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**Announcement:** Microsoft has decided to force VS extensions to make use of [asynchronous package loading](https://blogs.msdn.microsoft.com/visualstudio/2018/05/16/improving-the-responsiveness-of-critical-scenarios-by-updating-auto-load-behavior-for-extensions/). Since they only provide backwards compatibility for this down to VS2013, 0.14.* will be **the last version with support for VS2012**. Support for asynchronous package loading will be added in the next version of GTA.

Changes in this version:
* enhancement: GTA can now also be installed into Visual Studio 2019 ([#243](https://github.com/csoltenborn/GoogleTestAdapter/issues/243))
3 changes: 3 additions & 0 deletions GoogleTestAdapter/VsPackage.GTA/VsPackage.GTA.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@
<Content Include="Resources\ReleaseNotes\0.14.1.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
<Content Include="Resources\ReleaseNotes\0.14.2.md">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<VSCTCompile Include="GoogleTestExtensionOptionsPage.vsct">
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build status](https://ci.appveyor.com/api/projects/status/8hdgmdy1ogqi606j/branch/master?svg=true)](https://ci.appveyor.com/project/csoltenborn/googletestadapter-u1cxh/branch/master)
[![Code coverage](https://codecov.io/gh/csoltenborn/GoogleTestAdapter/branch/master/graph/badge.svg)](https://codecov.io/gh/csoltenborn/GoogleTestAdapter)
[![Visual Studio Marketplace downloads](https://img.shields.io/badge/vs_marketplace-102k-blue.svg)](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter)
[![Visual Studio Marketplace downloads](https://img.shields.io/badge/vs_marketplace-106k-blue.svg)](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter)
[![NuGet downloads](https://img.shields.io/nuget/dt/GoogleTestAdapter.svg?colorB=0c7dbe&label=nuget)](https://www.nuget.org/packages/GoogleTestAdapter)


Expand Down Expand Up @@ -49,19 +49,19 @@ Please note that I will see your donations as appreciation of my work so far and

#### Installation

[![Download from Visual Studio Marketplace](https://img.shields.io/badge/vs_marketplace-v0.14.1-blue.svg)](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter)
[![Download from Visual Studio Marketplace](https://img.shields.io/badge/vs_marketplace-v0.14.2-blue.svg)](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter)
[![Download from NuGet](https://img.shields.io/nuget/vpre/GoogleTestAdapter.svg?colorB=0c7dbe&label=nuget)](https://www.nuget.org/packages/GoogleTestAdapter)
[![Download from GitHub](https://img.shields.io/github/release/csoltenborn/GoogleTestAdapter/all.svg?colorB=0c7dbe&label=github)](https://github.com/csoltenborn/GoogleTestAdapter/releases)

Google Test Adapter can be installed in three ways:

* Install through the Visual Studio Marketplace at *Tools/Extensions and Updates* - search for *Google Test Adapter*.
* Download and launch the VSIX installer from either the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) or [GitHub](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.14.1/GoogleTestAdapter-0.14.1.vsix)
* Download and launch the VSIX installer from either the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=ChristianSoltenborn.GoogleTestAdapter) or [GitHub](https://github.com/csoltenborn/GoogleTestAdapter/releases/download/v0.14.2/GoogleTestAdapter-0.14.2.vsix)
* Add a NuGet dependency to the [Google test adapter nuget package](https://www.nuget.org/packages/GoogleTestAdapter/) to your Google Test projects. Note, however, that Visual Studio integration is limited this way: VS can discover and run tests, but no debugging, options or toolbar will be available; configuration is only possible through solution config files (see below).

After restarting VS, your tests will be displayed in the Test Explorer at build completion time. If no or not all tests show up, have a look at the [trouble shooting section](#trouble_shooting).

Note that due to Microsoft requiring VS extensions to support [asynchronous package loading](https://blogs.msdn.microsoft.com/visualstudio/2018/05/16/improving-the-responsiveness-of-critical-scenarios-by-updating-auto-load-behavior-for-extensions/), the last version of Google Test Adapter which supports Visual Studio 2012 is [0.14.1](https://github.com/csoltenborn/GoogleTestAdapter/releases/tag/v0.14.1).
Note that due to Microsoft requiring VS extensions to support [asynchronous package loading](https://blogs.msdn.microsoft.com/visualstudio/2018/05/16/improving-the-responsiveness-of-critical-scenarios-by-updating-auto-load-behavior-for-extensions/), the last version of Google Test Adapter which supports Visual Studio 2012 is [0.14.2](https://github.com/csoltenborn/GoogleTestAdapter/releases/tag/v0.14.2).


#### <a name="gta_configuration"></a>Configuration
Expand All @@ -88,7 +88,7 @@ Overall, given a test executable `mytests.exe`, the following settings apply to

Note that due to the overriding hierarchy described above, you probably want to provide only a subset of the nodes in your configuration files. For instance, providing the node `<DebugMode>true</DebugMode>` in a shared solution settings file will make sure that all sharing developers will run GTA with debug output, no matter what the developer's individual settings at *Tools/Options/Google Test Adapter* are (and unless the developer has selected a test settings file via VS, which would override the solution setting).

For reference, see a settings file [AllTestSettings.gta.runsettings](https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/GoogleTestAdapter/Resources/AllTestSettings.gta.runsettings) containing all available settings, a more realistic solution settings file [SampleTests.gta.runsettings](https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/SampleTests/SampleTests.gta.runsettings) as delivered with the SampleTests solution, and a user settings file [NonDeterministic.runsettings](https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/SampleTests/NonDeterministic.runsettings) as used by GTA's end-to-end tests.
For reference, see a settings file [AllTestSettings.gta.runsettings](https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/GoogleTestAdapter/Resources/AllTestSettings.gta.runsettings) containing all available settings, a more realistic solution settings file [SampleTests.gta.runsettings](https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/SampleTests/SampleTests.gta.runsettings) as delivered with the SampleTests solution, and a user settings file [NonDeterministic.runsettings](https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/SampleTests/NonDeterministic.runsettings) as used by GTA's end-to-end tests. The syntax of the GTA settings files (excluding the `<RunSettings>` node) is specified by [this schema](https://raw.githubusercontent.com/csoltenborn/GoogleTestAdapter/master/GoogleTestAdapter/TestAdapter/GoogleTestAdapterSettings.xsd).


#### Assigning traits to tests
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.14.1.{build}
version: 0.14.2.{build}
os:
- Visual Studio 2017
configuration: Release
Expand Down

0 comments on commit ab4ecd2

Please sign in to comment.