Martin Björkström
Martin Björkström
Agreed! But instead of signature ```void Check(T...)``` I would rather see ```T Check(T...)```. Then you could write checks like ``` _foo = Check.NotNull(foo); ``` I personally think ASP.NET team have...
Adding *Up-for-grabs* on this one. This is what we thought of: * Add `internal static` class for argument checking. You could use [this](https://github.com/aspnet/EntityFramework/blob/dev/src/Shared/Check.cs) and attribute ASP.NET team in the comments....
@patriksvensson sounds good to me!
I had a friend with Mac test this, and this is the error he got ``` Package System.Runtime.Loader 4.3.0 is not compatible with net46 (.NETFramework,Version=v4.6) / win-x86. Package System.Runtime.Loader 4.3.0...
@devlead @gep13 can you verify if this is still an issue and close if not. Thanks!
> Hey @tonyqus, I believe at this point @bjorkstromm would prefer if someone picked this up from him and took it over the finish line Indeed! Are you interested @tonyqus?...
@DustinCampbell @Figbash yeah problem is that both [csx project system](https://github.com/OmniSharp/omnisharp-roslyn/blob/master/src/OmniSharp.Script/ScriptProjectSystem.cs#L87) and [cake project system](https://github.com/OmniSharp/omnisharp-roslyn/blob/master/src/OmniSharp.Cake/CakeProjectSystem.cs#L75) searches all files in all directories for `csx` or `cake` files. This is a known issue...
Happened to us several times in the past months. If I remember correctly, all affected Functions are running on EP1 plan. We are also deploying using the `Azure App Service...
If we want performance, use Jil, but that would also need significant rework. If System.Text.Json will be drop-in replacement AND provide performance boost, then sure, ehy not. Would be good...
@NikiforovAll thanks! Any thoughts on how you would like to implement this? One could just be as simple as opening the package over at `nuget.org`. Another would be to download...