digital88
digital88
Object.assign have to be polyfilled before glide starts working. Should have noted this in docs.
### Is your feature request related to a problem? Please describe. I recently found out that sometimes (very rarely) my app logs are getting corrupted. One line in app log...
Hello, It would be nice to have a method of updating existing list forms' properties in SPMeta2, in both CSOM/SSOM As per yammer discussion https://www.yammer.com/spmeta2feedback/threads/945286009
### Bug description Hello. When AOT publishing efcore app with query like this: ```cs var page = 10; var size = 20; ctx .Set() .OrderBy(e => e.Id) .Where(e => e.Id...
My attempt to help in https://github.com/testcontainers/testcontainers-dotnet/issues/1136#issuecomment-2776275927
### Problem As per discussion: https://github.com/testcontainers/testcontainers-dotnet/discussions/1470 Related: https://github.com/testcontainers/testcontainers-dotnet/discussions/1407 By default, Builders use hardcoded default image versions. Those versions deprecate quite rapidly, so many other TC implementations opt to force user...
### Problem As per [PR](https://github.com/testcontainers/testcontainers-dotnet/pull/1584) the default parameterless Builder constuctor is deprecated. This [line](https://github.com/testcontainers/testcontainers-dotnet/blob/8aa6520dc6fda67a7d001285054f0dc0e8bf2b29/src/Testcontainers.Xunit/ContainerLifetime.cs#L19) in Testcontainers.Xunit module should be refactored to create instances of Builders using new constructor. See alse...
### Testcontainers version latest ### Using the latest Testcontainers version? Yes ### Host OS GH actions VM OS ### Host arch GH actions VM arch ### .NET version GH actions...
#687 Had to augment ImageInspectInfo & ContainerInspectInfo because dockerode types do not expose HealthCheck nested property in Config property. I opened PR [here](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/73357) but not sure when it will be...