You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CodeGen/Generators/UnitsNetGen/StaticQuantityGenerator.cs
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -28,18 +28,18 @@ public partial class Quantity
28
28
/// <summary>
29
29
/// Serves as a repository for predefined quantity conversion mappings, facilitating the automatic generation and retrieval of unit conversions in the UnitsNet library.
30
30
/// </summary>
31
-
internal static class Provider
31
+
internal static class DefaultProvider
32
32
{
33
33
/// <summary>
34
34
/// All QuantityInfo instances that are present in UnitsNet by default.
35
35
/// </summary>
36
-
internal static IReadOnlyList<QuantityInfo> DefaultQuantities => new QuantityInfo[]
0 commit comments