Bill Barry

Results 40 comments of Bill Barry

Yeah I was trying to update our Bugzilla system and These were the first set I hit. I managed to get it running with this change and another small one...

I am not sure if a separate suppackage is warranted but I think a config that includes all of them would be good.

I would suggest following the guidance here: https://docs.microsoft.com/en-us/dotnet/standard/library-guidance/cross-platform-targeting technically netstandard2.0 does maintain support for desktop 4.6.1+, but there are issues with 4.6.1 specifically using netstandard2.0 libraries meaning that the tag...

A few key differences between the "official" Sybase driver and this AdoNetCore driver: 1. The Sybase driver is very forgiving of errors made to the CA cert used in the...

Heads up, this shipped in .net core 3.0: https://github.com/dotnet/runtime/issues/28596 This is probably a good thing to look into for #145

Seems deprecated right now in v7 (without any notice in the changelog or documentation in the [6-7 change summary document](https://github.com/ReactiveX/rxjs/blob/master/docs_app/content/6-to-7-change-summary.md): https://github.com/ReactiveX/rxjs/blob/master/src/internal/Subject.ts#L18:L19 Is there an associated api recommend for the common...

What if said change was tied to a CLR version upgrade (say for default interface methods). A compiler targeting the new CLR could let `await null` be a no-op. and...

I really like 1 and 3 and think they would be useful beyond fixed buffers. An attribute that triggers warnings on copies could possibly be done by an analyzer outside...

My vote would be: allow a file to allow up to 1 file level namespace directive per file and that it must come before any container namespace directives or type...

No you could have `using` directives both above and below a file `namespace` directive. But you cannot have multiple file `namespace` directives and if you have 1, you cannot have...