Avalonia Css
Source CodeδΈ­ζ–‡
  • Documentation
    • πŸŽ†Welcome
    • πŸŒοΈβ€β™‚οΈGet started
      • About Acss
      • Processes and concepts
      • Security
      • Performance Evaluation
      • Configuring the development environment
      • Debugging
      • About source code
      • FAQ
    • ❓How-to
      • Using Acss
        • Type Resolution
        • Configuration
        • Code Source
        • Extending Resources
      • Using Acss.Controls
      • Using Acss.Fluent
      • Using MessageBox
      • Using Senior
      • Using Acss.Behaviors
    • πŸ“Acss Syntax
      • Comment
      • Resource
      • Style
      • Animation
      • Behavior
    • πŸ’ŽBest Practices
      • Define a good control template
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Documentation
  2. Get started

Security

Acss is responsible for parsing code sources into Avalonia objects, which can be local files, Avalonia resources embedded in the program, and may even support other types of sources in the future, such as web resources, streaming resources, and so on. Please be aware that this may pose some risk to the program.

If privacy of code, or avoiding other security risks is important to you, be sure to carefully consider whether or not to use Acss in your situation.

PreviousProcesses and conceptsNextPerformance Evaluation

Last updated 1 year ago

Was this helpful?

πŸŒοΈβ€β™‚οΈ