-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Task/rdmp 276 catalogue metadata #2120
base: develop
Are you sure you want to change the base?
Conversation
/// <summary> | ||
/// Required designer variable. | ||
/// </summary> | ||
private System.ComponentModel.IContainer components = null; |
Check notice
Code scanning / CodeQL
Missed 'readonly' opportunity Note
/// <summary> | ||
/// Required designer variable. | ||
/// </summary> | ||
private System.ComponentModel.IContainer components = null; |
Check notice
Code scanning / CodeQL
Missed 'readonly' opportunity Note
} | ||
|
||
[System.Runtime.InteropServices.DllImport("gdi32.dll")] | ||
private static extern IntPtr CreateRoundRectRgn(int nLeftRect, int nTopRect, |
Check notice
Code scanning / CodeQL
Unmanaged code Note
this.Region = Region.FromHrgn(CreateRoundRectRgn(bounds.Left, bounds.Top, | ||
bounds.Right, bounds.Bottom, Radius, radius)); |
Check notice
Code scanning / CodeQL
Calls to unmanaged code Note
/// <summary> | ||
/// Required designer variable. | ||
/// </summary> | ||
private System.ComponentModel.IContainer components = null; |
Check notice
Code scanning / CodeQL
Missed 'readonly' opportunity Note
/// <summary> | ||
/// Required designer variable. | ||
/// </summary> | ||
private System.ComponentModel.IContainer components = null; |
Check notice
Code scanning / CodeQL
Missed 'readonly' opportunity Note
Proposed Change
Update Catalogue Metadata to align with HDR Gateway and Pure system
Additive only, existing fields are not removed, but may not be visible in the UI
Type of change
What types of changes does your code introduce? Tick all that apply.
Checklist
By opening this PR, I confirm that I have: