-
Installing the free old version (4.3.47/48), which is currently used, gets more complicated. Also the company changed the name and business model. (https://www.postsharp.net/metalama/free)
- [ ] ch…
-
GitHub Mermaid error at https://github.com/postsharp/Metalama?tab=readme-ov-file#illustration
> Unable to render rich display
>Cannot merge branch 'develop/2023.4' into itself.
![screenshot](http…
-
Okay, this project seems abandoned, but it is not really. I am just lacking of time and motivation. Motivation got a lot better in the last days, as I seem to have some more free time in foreseeable f…
-
Hi,
We have some conflicts in our solution and had to fix the version of Nuget.X to the same as shipped with Postsharp....which is quite annoying.
Under this folder 'C:\ProgramData\PostSharp\202…
-
Hello,
When I utilize `PostSharp.Community.Packer` in conjunction with `PostSharp.Patterns.Diagnostics`, entries are written to my log file which I assume are from `PostSharp.Community.Packer`:
…
-
```
Model:
[HierarchyRoot]
public class MyEntity : Entity
{
[Field, Key]
public int Id { get; private set; }
[Field]
public int Item { get; set; }
}
Type of "Item" property …
-
like postsharp,when compile project,the postsharp will notify : " attribute with ApplyToStateMachine "
-
```
What steps will reproduce the problem?
1. Download PostSharp 1.0 from postsharp.org
2. Download Log4PostSharp 1.0.1 Demo
3. Add reference to PostSharp.Public.dll in the project
4. Try to build
Wh…
-
`[DesignedByContract]` (which enforces the contract annotations) can only be applied to a class. Consider allowing it on an interface, which would enforce annotations for all implementations. This mig…
-
```
I would like to add the option 'make_properties_protected' and expose it to my
.proto files.
So when protobuf-net converts my .proto files into .cs files, I could let it
make the properties 'pr…