You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DesignTime the RdfProvider I built here (https://github.com/bdkoepke/RdfProvider) resolves the types, but then fails with the following message during compile time for the tests
error FS1108: The type 'Int32' is
required here and is unavailable. You must add a reference to assembly 'System.Private.CoreLib, Version=6.0.0.0, Cultur
e=neutral, PublicKeyToken=7cec85d7bea7798e'
C:\Users\brandon\src\RdfProvider\tests\RdfProvider.Tests\RdfProvider.Tests.fs(8,21): error FS1108: The type 'Int32' is
required here and is unavailable. You must add a reference to assembly 'System.Private.CoreLib, Version=6.0.0.0, Cultur
e=neutral, PublicKeyToken=7cec85d7bea7798e'. [C:\Users\brandon\src\RdfProvider\tests\RdfProvider.Tests\RdfProvider.Test
s.fsproj]
Known workarounds
None
Related information
.NET 6.0.403
The text was updated successfully, but these errors were encountered:
Description
DesignTime the RdfProvider I built here (https://github.com/bdkoepke/RdfProvider) resolves the types, but then fails with the following message during compile time for the tests
error FS1108: The type 'Int32' is
required here and is unavailable. You must add a reference to assembly 'System.Private.CoreLib, Version=6.0.0.0, Cultur
e=neutral, PublicKeyToken=7cec85d7bea7798e'
Repro steps
git clone https://github.com/bdkoepke/RdfProvider.git
cd RdfProvider
dotnet build RdfProvider.sln
dotnet build RdfProvider.TestsAndDocs.sln
Expected behavior
Builds and runs the tests.
Actual behavior
Crashes with the following error:
C:\Users\brandon\src\RdfProvider\tests\RdfProvider.Tests\RdfProvider.Tests.fs(8,21): error FS1108: The type 'Int32' is
required here and is unavailable. You must add a reference to assembly 'System.Private.CoreLib, Version=6.0.0.0, Cultur
e=neutral, PublicKeyToken=7cec85d7bea7798e'. [C:\Users\brandon\src\RdfProvider\tests\RdfProvider.Tests\RdfProvider.Test
s.fsproj]
Known workarounds
None
Related information
The text was updated successfully, but these errors were encountered: