Christopher-Marcel Esser

Results 109 comments of Christopher-Marcel Esser

Same warning here with `Xamarin.Essentials` version `1.3.1`. Visual Studio Details ``` Microsoft Visual Studio Community 2019 Version 16.4.0 VisualStudio.16.Release/16.4.0+29519.181 Microsoft .NET Framework Version 4.8.03752 Installed Version: Community Visual C++ 2019...

@mirh I think this issue's idea is to open source that library. That would mean it's no longer a must to use it as a linked library, in which case...

@mirh That edit is just a tl;dr.

Just tested this with `2.0.0-beta-1` and am still getting issues running without the config cache: ``` 4 problems were found storing the configuration cache. - Class `com.android.tools.build.bundletool.androidtools.DefaultCommandExecutor`: external process started...

Thanks for the fast response, and an even bigger thanks for that test as the confirmation! I'll continue with the blocking calls as I do indeed care about the order....

What you describe is setting up a composite build for the versioning plugin. But are you missing the `includeBuild` call in `pluginManagement` in your settings file/plugin perhaps? This repository does...

@JavierSegoviaCordoba Sorry for the late reply. My team continues using ktfmt and context receivers, so I will keep the minimum working. I know there will likely be a few changes...

There's this project, too, which I've been using successfully on desktop: https://github.com/JBildstein/SpiderEye/

Note the footnote for that entry: >2 The versions listed here represent the rules that NuGet uses to determine whether a given .NET Standard library is applicable. While NuGet considers...

All working fine for me as well, except I used ```kotlin removeUnusedImports("cleanthat-javaparser-unnecessaryimport") ``` [as seen in the docs](https://github.com/diffplug/spotless/tree/main/plugin-gradle#removeunusedimports). That one seems to not support the config cache yet: ``` Could...