codelovercc
codelovercc
Hi,I use asp.net core 6. In my appsettings.json, there is a connectionString for EasyNetQ to connect to RabbitMq server.I want to reload connection configuration when the connectionString was changed.I don't...
Hi, I use [Mapster](https://github.com/MapsterMapper/Mapster) with version 7.3.0 and .Net 7.0.1 I have two classes. ```csharp public class Entity { public Guid Id { get; set; } public string Content {...
```C# public interface IDataLocalizer { public CultureInfo CultureInfo { get; set; } } public interface ILocalizerDto : IMyDto { public string CultureName { get; set; } public string CultureDisplayName {...
Hi, Mapster is a very nice Mapper. Support XML documentation comments will be nicer, this will make happier and easier when coding with Mapster.
## Question The milliseconds of `DateTime` are lost when adding data seeds in database migration. After saving to the database, the milliseconds of the DateTime type in all entity-generated data...
I want to configure `cacertfile` `certfile` `keyfile` `verify` `server_name_indication` in connection string, any ideas? This document [https://github.com/EasyNetQ/EasyNetQ/wiki/Connecting-with-SSL](https://github.com/EasyNetQ/EasyNetQ/wiki/Connecting-with-SSL) showed how to code to configure `SslOption`, but I didn't see any configure...
Mapster: 7.4.1-pre01 .Net: 8.0 Method `public static TDestination Adapt(this TSource source, TDestination destination)` ```C# public class ArticleEntity { public Guid Id { get; set; } public string Title { get;...
Please provider search feature for extensions/internet/URI Schemes/Applications which are showed in the pane on the left. Thanks for what you doing and what you done.
Solve issue https://github.com/emreacar/Stripe-Payment-For-Opencart-3.x/issues/21
I created some packages and one flutter application , these projects use `Intl` for localizations. Packages and application: 1. a package named `member_end`, pure dart package, contains business logic codes,...