Jaroslav Kordula

Results 4 comments of Jaroslav Kordula

Thanks for the reply. So the only chance is to use http optionally with local IP address only?

Hey @petrsvihlik! The language filter should add, based on [documentation](https://developer.kenticocloud.com/v1/docs/understanding-language-fallbacks), an additional query string parameter to disable the fallback. Which means the GetQueryStringParameter method can return in fact two parameters....

When I reverse the order it's the same behavior - only the first parameter is replaced - the year in this case. SPlitting the properties this way: `dotnet pack project.csproj...

It looks like this approach works as you described. The thing is I followed the documentation here: https://docs.microsoft.com/en-us/nuget/reference/msbuild-targets#packing-using-a-nuspec. Where there is this statement: _NuspecProperties: a semicolon-separated list of key=value pairs....