SelvinPL
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...
also fixing memory leak
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...
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...
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...
Just for some tests I did set of patches for different rgbds version With `build-rgbds.sh` like this ```sh #!/bin/bash set -eu if [[ "$(which emmake)" == "" ]]; then echo...
D+ D- of usb connector are not connected to the chip only connected together via resistor so you can charge it with USB C charger chip is the same as...
1. Project files seems to be buildaround `MSBuild.Sdk.Extras` which seems not needed anymore and you can simply migrate to `Microsoft.NET.Sdk` 2. Why do you need cake? - For version number...