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

The module/namespace 'Xamarin.Forms' from compilation unit 'Xamarin.Forms.Core' did not contain the namespace, module or type 'SearchBoxVisiblity' #417

Closed
xperiandri opened this issue May 22, 2019 · 4 comments · Fixed by #416

Comments

@xperiandri
Copy link

xperiandri commented May 22, 2019

Error FS0193 The module/namespace 'Xamarin.Forms' from compilation unit 'Xamarin.Forms.Core' did not contain the namespace, module or type 'SearchBoxVisiblity'

<Project Sdk="Microsoft.NET.Sdk">

  <PropertyGroup>
    <TargetFramework>netstandard2.0</TargetFramework>
    <EnableDefaultEmbeddedResourceItems>false</EnableDefaultEmbeddedResourceItems>
  </PropertyGroup>

  <ItemGroup>
    <Compile Include="Conference.Mobile.fs" />
  </ItemGroup>
  <ItemGroup>
    <PackageReference Include="FSharp.Control.FusionTasks" Version="2.0.2" />
    <PackageReference Include="IdentityModel" Version="3.10.10" />
    <PackageReference Include="Xamarin.Forms" Version="4.0.0.425677" />
    <PackageReference Include="Fabulous.Core" Version="0.34.0" />
    <PackageReference Include="Fabulous.CustomControls" Version="0.34.0" />
    <PackageReference Include="Fabulous.LiveUpdate" Version="0.34.0" />
    <PackageReference Include="FSharp.Core" Version="4.5.2" />
    <PackageReference Update="FSharp.Core" Version="4.6.2" /> <!-- workaround for VSMac bug https://github.com/mono/monodevelop/pull/5137 --> 
    <PackageReference Include="Newtonsoft.Json" Version="12.0.2" />
  </ItemGroup>
</Project>
@xperiandri
Copy link
Author

Is there a nightly build that is compatible with Xamarin.Forms 4?

@TimLariviere
Copy link
Member

Seems to be a breaking change from Xamarin.Forms in 4.0: xamarin/Xamarin.Forms#5925
@SergejDK is currently working on it.

@TimLariviere
Copy link
Member

There's no official nightly builds from us currently (might change after v1.0)
But you can try to manually reference the generated packages from the ongoing PR: https://ci.appveyor.com/project/dsyme/elmish-xamarinforms/builds/24738475

@SergejDK
Copy link
Collaborator

I am currently working on this. will be included in the update.

@SergejDK SergejDK mentioned this issue May 22, 2019
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants