Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

VerifyVersionsTask fails when using neither packages.config nor PackageReference #176

Open
@TimLariviere

Description

@TimLariviere

Xamarin.Android Version (eg: 6.0):

9.0

Operating System & Version (eg: Mac OSX 10.11):

macOS Mojave 10.14.5

Support Libraries Version (eg: 23.3.0):

28.0.0.1

Describe your Issue:

Referencing Xamarin.Android.Support.Annotations.targets in a project that doesn't use neither packages.config nor PackageReference (but uses an external package manager such as Paket) fails on the VerifyVersionsTask.

It expects to find obj/project.assets.json which doesn't exist.

I think the issue is due to this if statement that has only 2 cases.

if (File.Exists(Path.Combine(ProjectPath.ItemSpec, "packages.config")))
{
Log.LogMessage("PackageReferenceType: packages.config");
NugetPackages.GatherPackagesConfigVersions(PACKAGE_ID_PREFIX, ProjectPath.ItemSpec, ExcludedPackages, packageVersions);
}
else
{
Log.LogMessage("PackageReferenceType: PackageReference");
NugetPackages.GatherProjectJsonVersions(PACKAGE_ID_PREFIX, ProjectExtensionsPath.ItemSpec, ExcludedPackages, frameworkVersion, packageVersions, Log);
}

Steps to Reproduce (with link to sample solution if possible):

  1. Create a C# Xamarin.Android project (from the templates of VS Mac)
  2. Remove the packages.config file or the PackageReference nodes from the csproj
  3. Manually reference the packages including Xamarin.Android.Support.Annotations (or use Paket for that)
  4. Make sure the targets file is imported in the csproj
<Import Project="..\packages\Xamarin.Android.Support.Annotations\build\monoandroid90\Xamarin.Android.Support.Annotations.targets" />
  1. Build the project

Other reproduction:

  1. Clone https://github.com/TimLariviere/XFIssueRepros/tree/master/SupportAnnotationsIssue/testcrashsupport
  2. Run the command at the root of the folder testcrashsupport: mono .paket/paket.exe restore
  3. Run the command msbuild

Include any relevant Exception Stack traces, build logs, adb logs:

"/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj" (default target) (1) ->
(_VerifyXamarinAndroidSupportVersions target) -> 
  /Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018: The "VerifyVersionsTask" task failed unexpectedly. [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018: System.IO.FileNotFoundException: Could not find file "/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/obj/project.assets.json" [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018: File name: '/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/obj/project.assets.json' [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x0019e] in <b4d1a66727f44ba888b54966284fabb4>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options, System.String msgPath, System.Boolean bFromProxy, System.Boolean useLongPath, System.Boolean checkHost) [0x00000] in <b4d1a66727f44ba888b54966284fabb4>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions,string,bool,bool,bool) [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize, System.Boolean checkHost) [0x00067] in <b4d1a66727f44ba888b54966284fabb4>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00000] in <b4d1a66727f44ba888b54966284fabb4>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at System.IO.StreamReader..ctor (System.String path, System.Boolean detectEncodingFromByteOrderMarks) [0x0000d] in <b4d1a66727f44ba888b54966284fabb4>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at System.IO.StreamReader..ctor (System.String path) [0x00000] in <b4d1a66727f44ba888b54966284fabb4>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string) [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at System.IO.File.ReadAllText (System.String path) [0x00000] in <b4d1a66727f44ba888b54966284fabb4>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at Xamarin.Android.Support.BuildTasks.NugetPackages.GatherProjectJsonVersions (System.String packageIdPrefix, System.String projectExtensionsPath, System.Collections.Generic.IEnumerable`1[T] excludedPackages, System.Version monoandroidVersion, System.Collections.Generic.Dictionary`2[TKey,TValue] packageVersions, Microsoft.Build.Utilities.TaskLoggingHelper log) [0x00011] in <44cd994afc7545758ea279b67fdd7f4e>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at Xamarin.Android.Support.BuildTasks.VerifyVersionsTask.Execute () [0x00198] in <44cd994afc7545758ea279b67fdd7f4e>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute () [0x00029] in <77054ab36c6842898cd2b21ace6de68e>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]
/Git/Github/Fabulous/packages/androidapp/Xamarin.Android.Support.Annotations/build/monoandroid90/Xamarin.Android.Support.Annotations.targets(17,3): error MSB4018:   at Microsoft.Build.BackEnd.TaskBuilder.ExecuteInstantiatedTask (Microsoft.Build.BackEnd.ITaskExecutionHost taskExecutionHost, Microsoft.Build.BackEnd.Logging.TaskLoggingContext taskLoggingContext, Microsoft.Build.BackEnd.TaskHost taskHost, Microsoft.Build.BackEnd.ItemBucket bucket, Microsoft.Build.BackEnd.TaskExecutionMode howToExecuteTask) [0x001f6] in <77054ab36c6842898cd2b21ace6de68e>:0  [/Git/Github/Fabulous/samples/Shell/Fabimals/Droid/Fabimals.Droid.fsproj]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions