This repository was archived by the owner on May 15, 2024. It is now read-only.

Description
Description
Error CS0234: The type or namespace name 'Content' does not exist in the namespace 'Win10.UI.FaceOff.Xamarin.Android' (are you missing an assembly reference?)
Steps to Reproduce
- Create a new Android Xamarin App in VS 2019 Community Preview
- Build
Expected Behavior
Successfully compile.
Actual Behavior
1>------ Build started: Project: Win10.UI.FaceOff.Xamarin.Android, Configuration: Debug Any CPU ------
1>E:\GitHub\Win10UiFaceOff\Win10.UI.FaceOff.Xamarin.Android\MainActivity.cs(52,114,52,121): error CS0234: The type or namespace name 'Content' does not exist in the namespace 'Win10.UI.FaceOff.Xamarin.Android' (are you missing an assembly reference?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
Basic Information
- Version with issue: 1.5.3.2
- Last known good version: Unknown
- IDE: VS 2019 Preview Version 16.8.0 Preview 6.0
- Platform Target Frameworks:
- Android Support Library Version:
- Nuget Packages:
- Affected Devices:
Reproduction Link
https://github.com/sharpninja/Win10UiFaceOff/tree/master/Win10.UI.FaceOff.Xamarin.Android