Teneko
Teneko
As of my understanding, the `ReturnType` will always be object. After the method e.g. `TryInvokeMember` has processed, the `ReturnType` will be evaluated from the `result` you just set in `TryInvokeMember`....
A workaround that only works for resources and environments having access to bash: ```terraform provisioner "local-exec" { interpreter = ["bash", "-c"] when = destroy command = "if [ \"$${TF_VAR_allow_destroy,,}\" =...
I can confirm that this behaviour is occuring, I have a synthetic project that only needs to be built but any ``` PreserveNewest PreserveNewest ``` is copied to projects with...
You made my day. Here the [SO post](https://stackoverflow.com/questions/26242937/what-does-the-private-setting-do-on-a-projectreference-in-a-msbuild-project-file) for reference: https://stackoverflow.com/questions/26242937/what-does-the-private-setting-do-on-a-projectreference-in-a-msbuild-project-file. `false` can be applied to ``. When you don't need any CopyTo[..]Directory functionality in synthetic project, an another workaround...
Hi, I want just to state, that `false` may not work when using `` and project `$(MSBuildProjectFullPath)` have `ProjectReference`s that have `PreserveNewest` . I've read the source code around https://github.com/dotnet/sdk/blob/master/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets...
Hi. Regarding switching to new SDK format I have created a topic at the discussions tab. I think the approach to use the "content"-/"contentFiles"-feature of NuGet and therefore in .nuspec-file...
Hello @AArnott. I tried to reproduce your problem, but I am honest, I cannot reproduce it. My steps done so far after cloned Library.Template once before: 1. rm -rf ./*...
Well, the only change I can see is the obvious change from SDK version 5.0.103 to 5.0.201. Please check this,
I use Cygwin and did the following 1. delete C:\Users\\.nuget\packages\nullable folder 2. delete Library.Template folder 3. `git clone https://github.com/teroneko/Library.Template` 4. `export DOTNET_ROOT='C:\Users\\.dotnet'` 5. `/cygdrive/c/Users//.dotnet/dotnet build` 6. make the non-public-api-change 7....
Yes, you are right. I think that this state is for a little bit longer. But don't get me wrong: There is always way too participate by contacting each other...