Skip to content
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

Target netcoreapp3.1 for testing projects #586

Closed
johelvisguzman opened this issue Feb 25, 2020 · 0 comments · Fixed by #611
Closed

Target netcoreapp3.1 for testing projects #586

johelvisguzman opened this issue Feb 25, 2020 · 0 comments · Fixed by #611
Labels
enhancement Updates existing code to be simpler, more powerful or adds somehow to existing functionality
Milestone

Comments

@johelvisguzman
Copy link
Owner

johelvisguzman commented Feb 25, 2020

The only way for this to work its if the os/image is changed from Visual Studio 2017 to 2019; however, when this happens, the SqlCeCompact seems to fail in appveyor:

Unable to load the native components of SQL Server Compact corresponding to the ADO.NET provider of version 8876

In the tests .csproj, the following will need to be un-commented:

...
<PropertyGroup>
    <!--
    This failing in appveyor due to SqlServerCompact not being compatible with Visual Studio 2019...
    From now on, if netcoreapp3.1 needs to be tested, it will need to be added back manually, until another solution is found
    -->
    <!--<TargetFrameworks>net461;netcoreapp3.1</TargetFrameworks>-->
    <TargetFramework>net461</TargetFramework>

    <IsPackable>false</IsPackable>
</PropertyGroup>
...
@johelvisguzman johelvisguzman added the breaking change A change in one part of a software system that causes other parts to fail label Feb 25, 2020
@johelvisguzman johelvisguzman added this to the 3.0.0 milestone Feb 25, 2020
@johelvisguzman johelvisguzman added enhancement Updates existing code to be simpler, more powerful or adds somehow to existing functionality and removed breaking change A change in one part of a software system that causes other parts to fail labels Feb 25, 2020
johelvisguzman added a commit that referenced this issue Jun 25, 2021
johelvisguzman added a commit that referenced this issue Jun 25, 2021
johelvisguzman added a commit that referenced this issue Jun 25, 2021
johelvisguzman added a commit that referenced this issue Jun 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Updates existing code to be simpler, more powerful or adds somehow to existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant