Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Below the code that raise an error :
com.sonar.sslr.A.E: ------
1 namespace Ecn.XXFirst.Presentation.Silverlight.Events
2 {
3 public class OpenTradingViewEventArgs : OpenWindowEventArgs
4 {
5 public string ProductCategory
--> public long ? ViewId { get; set; }
7 }
8 }EOF
------
This problem is believed to be fixed, and should have been reported in C# Squid's Jira instead of here.