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

Description
Description
After I add xamarin.communitytoolkit package I can no longer build F# project due to .cs file.
Build error:
The file extension of '/Users/twop/.nuget/packages/xamarin.communitytoolkit/1.1.0/build/PreserveXamarinCommunityToolkit.cs' is not recognized. Source files must have extension .fs, .fsi, .fsx, .fsscript, .ml or .mli.
### Steps to Reproduce
1. Install xamarin.communitytoolkit NuGet package to F# project (.netstandard 2.0)
2. Build
### Expected Behavior
I can build the project
### Actual Behavior
There is a build error
### Basic Information
- Version with issue: 1.1
- Last known good version: -
- IDE: VS fo Mac
- Platform Target Frameworks: I use Mac target but the build issue exists on .netstandard library
- Nuget Packages:
- Affected Devices:
### Workaround
I haven't tried referencing the .dll directly but it will probably work.