The dotless documentation is quite limited. I can’t find much information at all about the configsection options – especially what the “web” attribute does.
Can anyone enlighten me?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The code is normally pretty good documentation for open source projects 😉
Grab a copy of the code and look in dotless.Core > configuration > DotlessConfiguration.cs you will see some handy comments about all the config elements – this is the Web one
Admittedly it doesn’t tell you a great deal but find the references to that property and you come across only one place in the code where it is used –
Which starts to give you a better clue as to what it does which is this
So it sets up in memory caching, logging to the console etc (i.e services it uses if not in a web context)