Michael Cummings (MSFT)

Results 9 comments of Michael Cummings (MSFT)

@TanayParikh For MAUI we read from the project folder because that is the file that the user is modifying. The instance of that file in the packaged folder is not...

Yes, I switched the `File.ReadAllBytes` to explicitly openening the file with `using var stream = new (fullPathToCssFile, FileMode.Open, FileAccess.ReadWrite, FileShare.Read);`, unfortunately it hasn't had an effect on this issue.

While you wait for this feature in Visual Studio, there is an extension that makes it a little easier: [Windows Subsystem for Android Barista](https://marketplace.visualstudio.com/items?itemName=Redth.WindowsSubsystemForAndroidVisualStudioExtension)

@ISSPRO-Eng I don't see any elements in your .csproj file to handle the xcprivacy file. Can you add the following to your project and see if the `PrivacyInfo.xcprivacy` file is...

> The tool will accept the following arguments: Are the arguments positional or named?