-
Notifications
You must be signed in to change notification settings - Fork 2
Remove/ Find alternative for static constructor #38
Copy link
Copy link
Open
Labels
Impact:BugUnintended behaviourUnintended behaviourImpact:FixFixing a bug or an issue in the systemFixing a bug or an issue in the systemImpact:MaintenanceUpdating old code to new standardsUpdating old code to new standardsImpact:MissingA feature is incomplete - either due to missing features from other systems, or it's not coded yetA feature is incomplete - either due to missing features from other systems, or it's not coded yetImpact:OptimizationEnhances and optimizes existing systemsEnhances and optimizes existing systemsImpact:WarningSomething could be wrongSomething could be wrong
Metadata
Metadata
Assignees
Labels
Impact:BugUnintended behaviourUnintended behaviourImpact:FixFixing a bug or an issue in the systemFixing a bug or an issue in the systemImpact:MaintenanceUpdating old code to new standardsUpdating old code to new standardsImpact:MissingA feature is incomplete - either due to missing features from other systems, or it's not coded yetA feature is incomplete - either due to missing features from other systems, or it's not coded yetImpact:OptimizationEnhances and optimizes existing systemsEnhances and optimizes existing systemsImpact:WarningSomething could be wrongSomething could be wrong
Compile optimization removes the static constructor mechanism variable, that's embedded in the classes. Either put explicit delegate assignment in creation itself, or need to find another decoupled alternative for this.