How to get started and addressing misconceptions #208
Replies: 5 comments 16 replies
|
I would also be happy to take what I learn from this and create documentation for it for future newcomers like myself. Thank you! |
|
Hi Joseph, you need to weave the project that uses advices, in your case the Pascal. |
|
I have another question, is it possible to introduce attributes on properties, classes or methods using an Advice? And if so how would one do that? Is it possible to do so? I tried going through the examples but I could not find a used example Thank you again! |
|
Hey @picrap , I hope you're doing well. I'm having trouble building MrAdvice on my Linux machine. There was an issue related to this, but it's been resolved. However, I'm still getting errors. I could share the mistakes with you, but I'm also wondering if there might be something I need to configure, like a custom build task. Or could it be because I set the package reference to the consuming project to PrivateAssets="All"? Thanks again! |
Security Contributions — Credential Encryption & Secure Coding GuidelinesFollowing the ClawHavoc discussion, we've submitted two security PRs that address some of the concerns raised: PR #7953 — Credential Encryption at RestEncrypts stored credentials (API keys, OAuth tokens) using AES-256-GCM with a per-installation master key. Includes crash-safe migration from plaintext and proper error handling to prevent silent credential loss. PR #7983 — Secure Coding GuidelinesAdds security best practices to the agent's system prompt when coding tools are available. Covers OWASP Top 10 areas: credential handling, injection prevention, auth/access control, cryptography, SSRF, and more. Both PRs have been reviewed by multiple models (Opus 4.5 + Codex 5.2) with no issues found. Would love feedback from the maintainers! 🤖 AI-assisted contribution — built with OpenClaw + Codex CLI |
Uh oh!
There was an error while loading. Please reload this page.
Hey, I new to MrAdvice. I tried to my best to go through a lot of the example projects that are available but I still am not able to get an Advice up and running. I made to projects both targeting .Net 8.0. One project is a class library with the MrAspect NuGet package and the other is a test project where reference the first project and attempt to use it in a test class.
Is there something I am missing some build tasks that I have to configure to get this working?
All reactions