SelvinPL

Results 7 issues of SelvinPL

https://stackoverflow.com/questions/63229978/invoke-generic-method-at-runtime-with-reflection Add support to `EntityTypeBuilder` not only generic `EntityTypeBuilder` So library can be used also like `ModelBuilder.Entity(nameOfType, b => b.UseTemporalTable())` solution: in https://github.com/findulov/EntityFrameworkCore.TemporalTables/blob/master/EntityFrameworkCore.TemporalTables/Extensions/EntityTypeBuilderExtensions.cs add public static void UseTemporalTable(this EntityTypeBuilder entity)...

### Related area Host, osal_task_delay ### Hardware specification Any ### Is your feature request related to a problem? I'm using non supported here MCU/Board and I wan use OS_NONE but...

Feature 💡

Dapper will fail with such Test ``` async Task Test() { CancellationTokenSource cancel = new CancellationTokenSource(); try { const string sql = @"select 1 as id, 'abc' as name, 2...

v3.0

Can we replace code like: ``` Assembly executingAssembly = Assembly.GetExecutingAssembly(); string str = typeof(RVSplitContainer).Namespace + ".Resources."; m_bitmaps[4] = new Bitmap(executingAssembly.GetManifestResourceStream(str + "SplitterHorizExpand.png")); ``` from [here](https://github.com/lkosson/reportviewercore/blob/f20167032f3d0046a42175a8fd2640ed8b984ddb/Microsoft.ReportViewer.WinForms/Microsoft.Reporting.WinForms/RVSplitContainer.cs#L547) (and in similar places) with...

### [REQUIRED] Step 2: Describe your environment * Android Studio version: 2023.2.1 Patch 2 * Firebase Component: don't know exacly ... i'm using crashlytics and messaging * Component version: see...

needs-attention
api: sessions

Add attribute to suppress message > Method 'XXXX' matches automatic change method name but has parameters and will not be used as automatic change callback. Rename the method to remove...