Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 985 Bytes

File metadata and controls

20 lines (14 loc) · 985 Bytes
uid title product categories summary
messages
Working with Errors, Warnings, and Messages
postsharp
PostSharp;AOP;Metaprogramming
The document discusses how PostSharp, a compiler, can emit messages, warnings, and errors, and how custom code can use this feature. It also mentions an experimental feature in PostSharp 2.1.

Working with Errors, Warnings, and Messages

As any compiler, PostSharp can emit messages, warnings, and errors, commonly referred to as message. Custom code running at build time (typically the implementation of CompileTimeValidate or of a custom constraint) can use PostSharp messaging facility to emit their own messages.

In this section:

  • xref:ignoring-warnings
  • xref:emitting-errors.

Tip

PostSharp 2.1 contains an experimental feature that adds file and line information to errors and warnings. The feature requires Visual Studio. In must be enabled manually in the PostSharp tab of Visual Studio options.