Petar Petrov

Results 8 issues of Petar Petrov

Fixes #4828 - [x] CertificateOverTransport - [ ] IssuedTokenOverTransport - Not sure how `IssuedSecurityTokenParameters` parameter should be generated. - [x] KerberosOverTransport - [ ] SspiNegotiatedOverTransport - Not sure how `requireCancellation`...

Service behavior `UseRequestHeadersForMetadataAddressBehavior` dosen't set the correct port in WSDL. (breaks WcfTestClient from working properly) ```csharp services.AddSingleton(); ``` ### WSDL ![wsdl](https://user-images.githubusercontent.com/7642579/173115968-e28d40ac-7eba-498f-9e6b-bff226c50774.PNG) ### HelpPage ![helppage](https://user-images.githubusercontent.com/7642579/173115977-cf32e4f8-cf7c-42c4-8aa7-ba7edbdfcede.PNG) Port `41895` should be `17010` in...

Currently `DefaultDocumentation` skips methods if they have function pointer argument. Example: ```csharp /// ...docs public unsafe static void SortDescending(ref T p0, in int length, delegate* managed comparisonPointer) { } ```

enhancement

**Describe the bug** Validating a `SpreadsheetDocument` using `OpenXmlValidator` breaks digital signatures. **Screenshots** ![styles](https://user-images.githubusercontent.com/7642579/226412198-950e823c-7ce6-41e4-b8f2-eea7b7ca50df.PNG) ![workbook](https://user-images.githubusercontent.com/7642579/226412205-0915e04a-a8f7-49dc-849e-8e51ee16d8cb.PNG) **To Reproduce** ```csharp using var document = SpreadsheetDocument.Open("valid.xlsx", isEditable: true); var validator = new OpenXmlValidator(); //...

**Describe the bug** Cloning a package via `OpenXmlPackage Clone(Stream stream)` method breaks digital signatures. **Screenshots** ![documentrels](https://user-images.githubusercontent.com/7642579/226338825-03ca0513-9285-4c02-a7b5-ac83c95fb194.PNG) ![rels](https://user-images.githubusercontent.com/7642579/226338831-9f675166-cfb2-45ca-aad8-ba903c759497.PNG) **To Reproduce** ``` using var document = WordprocessingDocument.Open("valid.docx", isEditable: false); using var clonedStream...

I want to export images from PDF as PNGs. ```csharp using (var reader = new PdfReader(filePath)) { for (int pageNumber = 1; pageNumber

Updating the TF from `net5.0` to `net6.0` breaks the publishing of my project if i use `StrongNamer` library. ``` Microsoft.NET.ConflictResolution.targets(112,5): error NETSDK1152: Found multiple publish output files with the same...