Victor Chang

Results 30 comments of Victor Chang

Update: If there are multiple test cases defined and you selected to run just one test case from the Test Explorer. Upon completing the test case, all of them are...

@SabotageAndi I actually created a new project from scratch using the VS extension template.

The sample project can be found on https://github.com/mocsharp/specflow2560 I have updated `Steps to reproduce` section to use Test Explorer to run the test.

No, I don't. I'm using the latest version of VS Community which doesn't have the live unit test feature. ``` Microsoft Visual Studio Community 2022 (64-bit) - Current Version 17.1.0...

破音字在 PowerPoint 垂直顯示時有間距不同的狀況

Having the same issue here with 4.0.2 using `{JPEG Baseline (Process 1): Default Transfer Syntax for Lossy JPEG 8 Bit Image Compression}`. It throws at `dicomFile.Clone` ``` Exception has occurred:...

DicomJpegCodeImpl.cs:169 ``` newPixelData.PhotometricInterpretation = parameters.SampleFactor == DicomJpegSampleFactor.SF422 ? PhotometricInterpretation.YbrFull422 : PhotometricInterpretation.YbrFull; ``` @Corvin666 Passing `DicomJpegParams` to the transcoder worked for me. ``` var transcoder = new DicomTranscoder(dicomFile.Dataset.InternalTransferSyntax, transferSyntax, outputCodecParams: new...

Is there anyway to debug karma in VS Code? Thanks!

One other option is to let the evaluators in WM support publicly known tags and have a separate app in the workflow steps to read and filter using the private...