Paul Hatcher

Results 28 issues of Paul Hatcher

### Type of issue Missing information ### Description Might be worthwhile mentioning that you can also use `dotnet build /p:GenerateCompatibilitySuppressionFile=true` to produce the `CompatilibilitySuppression.xml` files, this has the advantage of...

dotnet-fundamentals/svc
:pushpin: seQUESTered

### Description Not sure this is the correct page on comment on but seems to be the closest I'm trying to get the `Strict-Transport-Security` header emitted whilst running as a...

Source - Docs.ms
doc-bug
re-Aditya
aspnet-core/svc
hosting-deployment/subsvc

As the app service terraform provider does not yet support setting the minimum TLS cipher suite I had a go at setting it via azapi, something like this ``` data...

Any reason not to add NET 6/8 support to the library, also any indication about how complete the library is wrt the specification

Just started playing with QSTrader and the SPY data can't be downloaded directly from Yahoo Finance anymore. However it can by accessed via the [yfinance](https://pypi.org/project/yfinance/) python library. Here's a little...

### Prerequisites - [x] I have written a descriptive issue title - [x] I have searched [issues](https://github.com/GitTools/GitVersion/issues) to ensure it has not already been reported ### GitVersion package GitVersion.Tool ###...

bug

Introduces a new output variable `CustomVersion` and an associated formatting variable `custom-version-format` ## Description Intent is to allow the user to define an output variable without changing the semantics of...

I get a native library exception when trying to load pre-trained models downloaded from the Fasttext site e.g. the [language identification](https://fasttext.cc/docs/en/language-identification.html) model, lid.176.bin Wrote a simple unit test ``` [Fact]...