You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to add netStandard2 project references in the Droid project?
I'm getting this error:
7>uno.sourcegenerationtasks\1.21.0\build\MonoAndroid\Uno.SourceGenerationTasks.targets(94,3): error : System.InvalidOperationException: The project(s) ButchersQA.ViewModels,GlobeWeigh.Rules,GlobeWeigh.Mvvm,ButchersQA.WebClient,ButchersQA.ClientContracts did not provide any metadata reference. This may be due to an invalid path, such as $(SolutionDir) being used in the csproj; try using relative paths instead.This may also be related to a missing default configuration directive. Refer to the Uno.SourceGenerator Readme.md file for more details.
7>uno.sourcegenerationtasks\1.21.0\build\MonoAndroid\Uno.SourceGenerationTasks.targets(94,3): error : at Uno.SourceGeneration.Host.SourceGeneratorHost.<GetCompilation>d__4.MoveNext() in C:\projects\uno-sourcegeneration\src\Uno.SourceGenerationHost.Shared\SourceGeneratorHost.cs:line 303
The text was updated successfully, but these errors were encountered:
jeromelaban
changed the title
Droid Referencing netstandard2 projects
Android and iOS projects fail to reference netstandard2.0-only projects
Aug 18, 2018
Is it possible to add netStandard2 project references in the Droid project?
I'm getting this error:
The text was updated successfully, but these errors were encountered: