-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AndroidLibrary Manifest attribute cannot resolve tilde (~) #11619
Comments
You cannot use those kinda of paths in MSbuild. they are not expanded. Also picking up something from the home directory is not really going to work on other machines (like CI etc). |
Expanding <ItemGroup>
<Compile Include="~/foo.cs" />
</ItemGroup> I don't think they would want to implement a unix-specific feature like this, but we can move this to dotnet/msbuild for them to comment. |
|
Android framework version
net9.0-android
Affected platform version
.NET 9.0.101
Description
https://github.com/dotnet/android/blob/d5152b6aea72e50d4089468339d14b80db1919dd/src/Xamarin.Android.Build.Tasks/Tasks/JavaDependencyVerification.cs#L268-L271
The Include attribute can resolve tilde just fine.
Steps to Reproduce
Did you find any workaround?
not using tilde i.e.
/Users/***
Relevant log output
/usr/local/share/dotnet/packs/Microsoft.Android.Sdk.Darwin/35.0.39/tools/Xamarin.Android.Bindings.JavaDependencyVerification.targets(27,5): error XA4245: Specified POM file '~/some.pom' does not exist
The text was updated successfully, but these errors were encountered: