James
James
CC#
Created by James on 3/24/2025 in #help
FluentUI Blazor rerender dropdown Items in ComboBox
No description
4 replies
CC#
Created by James on 3/24/2025 in #help
FluentUI Blazor rerender dropdown Items in ComboBox
No description
4 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
Turns out these: <IncludeSymbols>true</IncludeSymbols> <IncludeSource>true</IncludeSource>
in csproj dont work as I expected
14 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
I downloaded the logs and I see it actually says success but it failed to push .symbols.nupkg
14 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
2025-03-06T17:04:56.6824674Z ##[group]Run dotnet pack -c Release --no-build --output nupkgs
2025-03-06T17:04:56.6825150Z dotnet pack -c Release --no-build --output nupkgs
2025-03-06T17:04:56.6870925Z shell: /usr/bin/bash -e {0}
2025-03-06T17:04:56.6871161Z env:
2025-03-06T17:04:56.6871348Z DOTNET_ROOT: /usr/share/dotnet
2025-03-06T17:04:56.6871588Z ##[endgroup]
2025-03-06T17:04:58.0283286Z Successfully created package '/home/runner/work/AsyncEnumerableSource/AsyncEnumerableSource/nupkgs/AsyncEnumerableSource.1.0.1.nupkg'.
2025-03-06T17:04:58.0363342Z Successfully created package '/home/runner/work/AsyncEnumerableSource/AsyncEnumerableSource/nupkgs/AsyncEnumerableSource.1.0.1.symbols.nupkg'.
2025-03-06T17:04:58.1093258Z ##[group]Run dotnet nuget push ./nupkgs/*.nupkg -k *** -s https://api.nuget.org/v3/index.json
2025-03-06T17:04:58.1094185Z dotnet nuget push ./nupkgs/*.nupkg -k *** -s https://api.nuget.org/v3/index.json
2025-03-06T17:04:58.1140409Z shell: /usr/bin/bash -e {0}
2025-03-06T17:04:58.1140666Z env:
2025-03-06T17:04:58.1140850Z DOTNET_ROOT: /usr/share/dotnet
2025-03-06T17:04:58.1141095Z ##[endgroup]
2025-03-06T17:04:58.4670519Z Pushing AsyncEnumerableSource.1.0.1.nupkg to 'https://www.nuget.org/api/v2/package'...
2025-03-06T17:04:58.4795515Z PUT https://www.nuget.org/api/v2/package/
2025-03-06T17:04:59.4452287Z Created https://www.nuget.org/api/v2/package/ 963ms
2025-03-06T17:04:59.4476379Z Your package was pushed.
2025-03-06T17:04:59.4498303Z Pushing AsyncEnumerableSource.1.0.1.symbols.nupkg to 'https://www.nuget.org/api/v2/package'...
2025-03-06T17:04:59.4499612Z PUT https://www.nuget.org/api/v2/package/
2025-03-06T17:04:59.7494073Z Conflict https://www.nuget.org/api/v2/package/ 299ms
2025-03-06T17:04:59.7494931Z To skip already published packages, use the option --skip-duplicate
2025-03-06T17:04:59.7524829Z error: Response status code does not indicate success: 409 (A package with ID 'AsyncEnumerableSource' and version '1.0.1' already exists and cannot be modified.).
2025-03-06T17:04:59.7856444Z ##[error]Process completed with exit code 1.
2025-03-06T17:04:56.6824674Z ##[group]Run dotnet pack -c Release --no-build --output nupkgs
2025-03-06T17:04:56.6825150Z dotnet pack -c Release --no-build --output nupkgs
2025-03-06T17:04:56.6870925Z shell: /usr/bin/bash -e {0}
2025-03-06T17:04:56.6871161Z env:
2025-03-06T17:04:56.6871348Z DOTNET_ROOT: /usr/share/dotnet
2025-03-06T17:04:56.6871588Z ##[endgroup]
2025-03-06T17:04:58.0283286Z Successfully created package '/home/runner/work/AsyncEnumerableSource/AsyncEnumerableSource/nupkgs/AsyncEnumerableSource.1.0.1.nupkg'.
2025-03-06T17:04:58.0363342Z Successfully created package '/home/runner/work/AsyncEnumerableSource/AsyncEnumerableSource/nupkgs/AsyncEnumerableSource.1.0.1.symbols.nupkg'.
2025-03-06T17:04:58.1093258Z ##[group]Run dotnet nuget push ./nupkgs/*.nupkg -k *** -s https://api.nuget.org/v3/index.json
2025-03-06T17:04:58.1094185Z dotnet nuget push ./nupkgs/*.nupkg -k *** -s https://api.nuget.org/v3/index.json
2025-03-06T17:04:58.1140409Z shell: /usr/bin/bash -e {0}
2025-03-06T17:04:58.1140666Z env:
2025-03-06T17:04:58.1140850Z DOTNET_ROOT: /usr/share/dotnet
2025-03-06T17:04:58.1141095Z ##[endgroup]
2025-03-06T17:04:58.4670519Z Pushing AsyncEnumerableSource.1.0.1.nupkg to 'https://www.nuget.org/api/v2/package'...
2025-03-06T17:04:58.4795515Z PUT https://www.nuget.org/api/v2/package/
2025-03-06T17:04:59.4452287Z Created https://www.nuget.org/api/v2/package/ 963ms
2025-03-06T17:04:59.4476379Z Your package was pushed.
2025-03-06T17:04:59.4498303Z Pushing AsyncEnumerableSource.1.0.1.symbols.nupkg to 'https://www.nuget.org/api/v2/package'...
2025-03-06T17:04:59.4499612Z PUT https://www.nuget.org/api/v2/package/
2025-03-06T17:04:59.7494073Z Conflict https://www.nuget.org/api/v2/package/ 299ms
2025-03-06T17:04:59.7494931Z To skip already published packages, use the option --skip-duplicate
2025-03-06T17:04:59.7524829Z error: Response status code does not indicate success: 409 (A package with ID 'AsyncEnumerableSource' and version '1.0.1' already exists and cannot be modified.).
2025-03-06T17:04:59.7856444Z ##[error]Process completed with exit code 1.
14 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
The CI pipeline does not pack or push the nuget package, and I cannot see any duplicates in the CD pipeline or the logs of its run 🤔
14 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
but it says it didnt 😦
14 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
so it worked
14 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
You can see it was created 25 mins ago and the CD pipeline ran 26 mins ago
14 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
Yeah but only because it was successful
14 replies
CC#
Created by James on 3/6/2025 in #help
pushing to nuget says it already exists but it doesnt
Theres the --skip-duplicate parameter, but I dont want to use it since it should not be duplicate?
14 replies
CC#
Created by James on 2/11/2025 in #help
✅ Enums as strings on AspNetCore controller .NET 9
For any potential future readers here's my solution:
[TypeConverter(typeof(StringEnumConverter<Locale>))]
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Locale
{
[JsonStringEnumMemberName("ar_AE")]
ArabicUae,
}
[TypeConverter(typeof(StringEnumConverter<Locale>))]
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum Locale
{
[JsonStringEnumMemberName("ar_AE")]
ArabicUae,
}
public class StringEnumConverter<T> : TypeConverter where T : struct, Enum
{
public override bool CanConvertFrom(ITypeDescriptorContext? context, Type sourceType)
{
return sourceType == typeof(string) || base.CanConvertFrom(context, sourceType);
}

public override object ConvertFrom(ITypeDescriptorContext? context, CultureInfo? culture, object value)
{
if (value is string stringValue)
{
var type = typeof(T);
foreach (var field in type.GetFields())
{
var attr = field.GetCustomAttribute<JsonStringEnumMemberNameAttribute>();
if (attr != null && string.Equals(attr.Name, stringValue, StringComparison.OrdinalIgnoreCase))
{
return (T)Enum.Parse(type, field.Name);
}
}

if (Enum.TryParse<T>(stringValue, true, out var result))
{
return result;
}
}

throw new ArgumentException($"Cannot convert {value} to {typeof(T).Name}");
}
}
public class StringEnumConverter<T> : TypeConverter where T : struct, Enum
{
public override bool CanConvertFrom(ITypeDescriptorContext? context, Type sourceType)
{
return sourceType == typeof(string) || base.CanConvertFrom(context, sourceType);
}

public override object ConvertFrom(ITypeDescriptorContext? context, CultureInfo? culture, object value)
{
if (value is string stringValue)
{
var type = typeof(T);
foreach (var field in type.GetFields())
{
var attr = field.GetCustomAttribute<JsonStringEnumMemberNameAttribute>();
if (attr != null && string.Equals(attr.Name, stringValue, StringComparison.OrdinalIgnoreCase))
{
return (T)Enum.Parse(type, field.Name);
}
}

if (Enum.TryParse<T>(stringValue, true, out var result))
{
return result;
}
}

throw new ArgumentException($"Cannot convert {value} to {typeof(T).Name}");
}
}
9 replies
CC#
Created by James on 2/11/2025 in #help
✅ Enums as strings on AspNetCore controller .NET 9
Thanks but no thanks, I have a spec I need to follow 🙂
9 replies
CC#
Created by James on 2/11/2025 in #help
✅ Enums as strings on AspNetCore controller .NET 9
Thanks man, sorted the problem instantly. Added support to the converter to take into account JsonStringEnumMemberNameAttribute, so that this converted and json converter will convert in the same way across my app.
9 replies
CC#
Created by James on 2/11/2025 in #help
✅ Enums as strings on AspNetCore controller .NET 9
No description
9 replies
CC#
Created by James on 2/11/2025 in #help
✅ Enums as strings on AspNetCore controller .NET 9
However when you send a request it fails because of model validation
[HttpPost("/authorize", Name = "Authorize")]
[Consumes("application/x-www-form-urlencoded")]
[ProducesResponseType<AuthorizeResponse>(StatusCodes.Status200OK)]
public async Task<IActionResult> Authorize(
[FromForm] string login,
[FromForm] string password,
[FromForm] Locale? locale,
CancellationToken cancellationToken)
[HttpPost("/authorize", Name = "Authorize")]
[Consumes("application/x-www-form-urlencoded")]
[ProducesResponseType<AuthorizeResponse>(StatusCodes.Status200OK)]
public async Task<IActionResult> Authorize(
[FromForm] string login,
[FromForm] string password,
[FromForm] Locale? locale,
CancellationToken cancellationToken)
9 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
I believe the account deserialised fine
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
No description
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
No description
16 replies
CC#
Created by James on 11/27/2023 in #help
JsonException missing required properties when they are there
No description
16 replies