Frederic Forjan

Results 13 issues of Frederic Forjan

if you go to https://github.com/CoreWCF/CoreWCF/blob/main/CONTRIBUTING.md#filing-issues, you will see : ![image](https://user-images.githubusercontent.com/601810/161671998-a9aa8e93-6f87-4386-b84e-cb879e1c0e78.png) and if you follow the link you will get : ![image](https://user-images.githubusercontent.com/601810/161672029-ffb2feed-2153-488c-a36f-05fe548a5692.png) Not sure what should be the right link thus...

When cloning the repository and trying to build within VSCode/C# DevKit, i'm getting this issue : The "Microsoft.Build.Packaging.Pri.Tasks.ExpandPriContent" task could not be loaded from the assembly C:\Program Files\dotnet\sdk\8.0.100\\Microsoft\VisualStudio\v17.0\AppxPackage\\Microsoft.Build.Packaging.Pri.Tasks.dll. Could not...

Type: Docs
Area: VSCode

### Issue Description Whe csproj references a vcxproj updated to copy the native dll to the .net folder, the initial build will copy the dll but any subsequent build triggered...

bug

so when the application is opened and run for the first time, the video is played with the right aspect ratio/stretch. ![image](https://user-images.githubusercontent.com/601810/102158312-0b14ca00-3e36-11eb-8db1-202a26f17806.png) But after resize, the aspect ratio is not...

if i use return carriage within the XML without event modified the entry, the return carriage is remove. Note that the XML is explicitely saying preserve white space

It is very easy to use System.ComponentModel.Description instead of a Microsoft.VisualStudio.TestTools.UnitTesting attribute. Having an analyzer which ensure that on a TestMethod we use the right attribute will be good. AB#2079032

Help-Wanted
sprint
Type: Feature
Area: Analyzers

**Is your feature request related to a problem? Please describe.** We have been doing some refactoring in our product and it seems that sometime we have seen this type of...

help wanted

This enables to run unit test in .Net 472. It also fixes one issue when using .Net472 - we found it when following the steps from the Readme.MD

The different example would work if run via ```dottest run``` as the local folder would be the one containing the wat file but if run from the binary folder, it...

The microsoft documentation says ![image](https://github.com/CoreWCF/samples/assets/601810/62a78bf8-32fd-462a-a092-bdc0b5abeeed) And the netcore server side -Scenarios/Getting-Started-with-CoreWCF/NetCoreServer/Program.cs - still relies on WebHost ? ![image](https://github.com/CoreWCF/samples/assets/601810/41dca827-b175-49f9-9717-4b437b1a6d59) Do we have an updated sample and matching latest recommendations ?