Skip to content

Update appveyor.yml #397

New issue

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

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

Already on GitHub? # to your account

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Update appveyor.yml #397

wants to merge 3 commits into from

Conversation

smoothdeveloper
Copy link
Collaborator

Checking if appveyor CI fails with just updating from VS 2017 to VS 2019.

@smoothdeveloper
Copy link
Collaborator Author

Upgrading from VS2017 to VS2019 on appveyor, the build fails at the tests due to FSharp.Core version 5 in netcore2.0 app.

Failed FSharp.Data.CreateCommandTest+TraceTests.traceTimestamp
Error Message:
System.IO.FileNotFoundException : Could not load file or assembly 'FSharp.Core, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The system cannot find the file specified.
Stack Trace:
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMarkHandle stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName, ObjectHandleOnStack type, ObjectHandleOnStack keepalive)
at System.RuntimeTypeHandle.GetTypeByName(String name, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean loadTypeFromPartialName)
at System.RuntimeType.GetType(String typeName, Boolean throwOnError, Boolean ignoreCase, Boolean reflectionOnly, StackCrawlMark& stackMark)
at System.Type.GetType(String typeName, Boolean throwOnError)
at FSharp.Data.ISqlCommand Implementation..ctor(DesignTimeConfig cfg, FSharpChoice`3 connection, Int32 commandTimeout) in C:\projects\fsharp-data-sqlclient\src\SqlClient\ISqlCommand.fs:line 106
at FSharp.Data.CreateCommandTest.TraceTests.traceTimestamp() in C:\projects\fsharp-data-sqlclient\tests\SqlClient.Tests\CreateCommand.fs:line 124
Failed FSharp.Data.CreateCommandTest+TraceTests.traceDecimal

smoothdeveloper and others added 2 commits December 3, 2022 13:43
Checking if appveyor CI fails with just updating from VS 2017 to VS 2019.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant