Dan Friedman
Dan Friedman
As evidenced by the numerous issues here and in SO, there is much confusion and frustration with the namespace and class being named the same thing. (https://github.com/BcryptNet/bcrypt.net/issues/8, https://github.com/BcryptNet/bcrypt.net/issues/11, https://github.com/BcryptNet/bcrypt.net/issues/51, https://github.com/BcryptNet/bcrypt.net/issues/99,...
I wanted to convert the JSON schema [here](https://github.com/Microsoft/CDM/blob/fa266f72bd36c94cf5acf8e9d6150e27284a080f/schemaDocuments/core/applicationCommon/foundationCommon/Product.cdm.json), but I get an error message: > D:\Repos\swagger-editor\node_modules\@cloudflare\json-schema-walker\lib\schemaWalk.js:92 > throw 'Expected object or boolean as schema, got ' + > ^ >...
Sorry, if I'm missing something, but the port order seems backwards. Assume I have to project A and B. Both are .NET 4.8 and I want to port both to...
I'm able to execute the client-side sample, but when I try to apply the same to a server-side project, it results in errors. Since server-side is the only currently supported...
Analyzer unit tests are returning wrong assert values (off by one). I have a successful unit test with the following ExpectedDiagnostic: ``` using VerifyCS = MisinformedDNA.PulumiAnalyzers.Test.CSharpAnalyzerVerifier; VerifyCS.Diagnostic().WithSpan(9, 9, 12, 10)...
The documentation for hosting a WPF control in WinForms is only given for .NET Framework. There needs to be parallel documentation for .NET Core. For instance, the .NET Framework documentation...
Are Data Sources supported in .NET Core/.NET 5+? These steps don't say anything about them, but [this article](https://docs.microsoft.com/en-us/visualstudio/data-tools/add-new-data-sources?view=vs-2019) calls out some unsupported features in .NET Core. > The features described...
### Type of issue Other (describe below) ### Description There should be documentation about how async event handlers work, best practices and pitfalls. One issue is [this documentation](https://docs.devexpress.com/WindowsForms/403887/build-an-application/security-considerations/code-diagnostics/win-008-message) from DevExpress...
I'm so sick of getting XML documents committed to repos and the only difference is a space. I.e.: ```xml ``` Is this something that could be added? The ability to...
I'm randomly getting the following error message. Does anyone have any ideas what could be causing this? ``` ruby NoMethodError (undefined method `slice!' for nil:NilClass): vendor/bundle/ruby/2.1.0/gems/redis-3.2.1/lib/redis/connection/ruby.rb:274:in `read' vendor/bundle/ruby/2.1.0/gems/redis-3.2.1/lib/redis/client.rb:248:in `block in...