johan-v-r / LibSassBuilder

Sass builder for .NET projects
MIT License
99 stars 14 forks source link

Blazor app archiving fail #58

Open shaiscytale opened 1 year ago

shaiscytale commented 1 year ago

Hello,

currently working on a blazor WASM mobile app, I'm stuck on archiving process with the following output (and nothing more, the build process works fine) :

The "Sass" rule is missing the "{ItemType}" property. Failed to create App archive 'Mobile'.

I target the net6.0-android framework, and work with the last version of VisualStudio 2022

The problem occurs only when I attempt to publish from my Visual Studio, the devops pipeline works fine.

There is not any archiving issue when removing the libsassbuilder from the projet.

Out of ideas to resolve this, and I can't figure out if I miss some configuration or details, or if there is some incompatibility between LibSassBuilder and blazor WASM for mobile.

johan-v-r commented 1 year ago

Hi @shaiscytale - could you perhaps create a sample project to replicate this issue?

Also which OS are you building on? Both local VS build, and your devops pipeline?

shaiscytale commented 1 year ago

Hi,

due to imminent deadline issues, i can't afford spending time on a sample app (our app is big, with many dependencies, making it hard to give you a valid sample of our implementation).

I noticed you updated to version 3.0.0, and will test it asap and give a feedback if the problem remains or not.

otherwise i'll come back after the deadlines with a sample !

Thanks !