Default C# code contained a compilation error.

Fixes https://github.com/mono/monodevelop/issues/4766
This commit is contained in:
nosami 2018-05-10 14:02:34 +01:00
Родитель d673111b8c
Коммит a9648b2988
7 изменённых файлов: 5 добавлений и 9 удалений

Просмотреть файл

@ -8,7 +8,7 @@ open System.Reflection
// The assembly version has the format {Major}.{Minor}.{Build}.{Revision}
[<assembly: AssemblyVersion("1.0.0.22")>]
[<assembly: AssemblyVersion("1.0.0.23")>]
//[<assembly: AssemblyDelaySign(false)>]
//[<assembly: AssemblyKeyFile("")>]

4
Resource.designer.cs сгенерированный
Просмотреть файл

@ -65,9 +65,5 @@
{
}
}
public static UpdateIdValues()
{
}
}
}

Просмотреть файл

@ -84,6 +84,7 @@ type ResourceProvider(config : TypeProviderConfig) =
|> List.filter (fun e -> not e.IsWarning )
if errors.Length > 0 then
printfn "%s" sourceCode
printfn "%A" errors
failwithf "%A" errors

Просмотреть файл

@ -8,7 +8,7 @@ open System.Reflection
// The assembly version has the format {Major}.{Minor}.{Build}.{Revision}
[<assembly: AssemblyVersion("1.0.0.22")>]
[<assembly: AssemblyVersion("1.0.0.23")>]
//[<assembly: AssemblyDelaySign(false)>]
//[<assembly: AssemblyKeyFile("")>]

Просмотреть файл

@ -7,7 +7,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Xamarin.Android.FSharp</RootNamespace>
<AssemblyName>Xamarin.Android.FSharp.ResourceProvider.Runtime</AssemblyName>
<TargetFrameworkVersion>v8.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v8.1</TargetFrameworkVersion>
<AndroidResgenFile>Resources\Resource.designer.fs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
<MonoAndroidResourcePrefix>Resources</MonoAndroidResourcePrefix>

Просмотреть файл

@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>Xamarin.Android.FSharp.ResourceProvider</id>
<version>1.0.0.22</version>
<version>1.0.0.23</version>
<title>Xamarin.Android.FSharp.ResourceProvider</title>
<authors>Xamarin</authors>
<owners>Xamarin</owners>

Просмотреть файл

@ -9,7 +9,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Files", "Files", "{D82C1643
ProjectSection(SolutionItems) = preProject
README.md = README.md
Xamarin.Android.FSharp.ResourceProvider.nuspec = Xamarin.Android.FSharp.ResourceProvider.nuspec
paket.dependencies = paket.dependencies
EndProjectSection
EndProject
Global