Tim Sirmovics

Results 16 issues of Tim Sirmovics

When I click on Check Now in the Update Checker, I get the error: > Unable to check for updates. > Please make sure you are connected to internet. However...

Not sure if this fits in with the spirit of the library but is something I would find useful. Often when humanizing collections if the size of the collection is...

I downloaded the plugin for the first time, downloaded a database from Drive, and tried to Sync. When I tried to sync, I got a message box with the message...

**LazyCache version:** 2.0.0 **LazyCache.Ninject version:** 2.0.0 **Ninject version:** 3.3.4 I have followed the example [in the wiki](https://github.com/alastairtree/LazyCache/wiki/Using-LazyCache-and-Ninject) by passing the **LazyCacheModule** into the **StandardKernel** constructor, however I get the following...

bug

# Summary of the issue With the official iTextSharp library (v5.5.13.2) I was using `pdfWriter.AddPageDictEntry(PdfName.ROTATE, new PdfNumber(0));` to rotate a page and it's contents. This method is not available in...

Are we able to get another status update?

version-3-netcore

When a column has a default value, this is implemented by setting that value in the constructor of the entity. Is it possible to also generate the .HasDefaultValue() in the...

Could we have a setting to enable [File-Scoped Namespaces](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/file-scoped-namespaces)?

enhancement

How should we setup `Config.ps1` so that we can use `RunMeToUploadNuGetPackage.cmd` to add a package to a local feed hosted on a network folder? [Microsoft docs](https://docs.microsoft.com/en-us/nuget/hosting-packages/local-feeds) say to use the...

enhancement

We have tables which use an auto generated identity column as the PK, and one or more fields as another candidate key that the client knows about. e.g. ``` public...

enhancement