Uh oh!
There was an error while loading. Please reload this page.
Update to .NET 8 - #99
Conversation
b2df41f to
597d804CompareJoakim (Sefriol)
commented
May 24, 2024
Removal on Newtonsoft might be possible, but requires so much rewrite that it needs its own PR. While Postman collection was okey for testing, it was rather slow to run and requires a license for those who are most likely candidates to use software like this. I created a Playwright tests that mimic the test cases of the postman collection and improve them a little bit. I also removed a bunch of files which were not used, but some might be in some other context (like profile pictures and photos?). I am not sure if DataContract classes were auto-generated using some tool, but feel free to give guidance on how to make this PR work. Bosco (@boscoMW)Marcus Carvalho (@marcusca10) Are you currently overseering this repo? |
Iouri Bespalov (ibe-SAG)
commented
Jun 16, 2024
you have a bug in line string resourceIdentifier = new Uri(context.Request.Path.Value).AbsoluteUri; context.Request.Path.Value = /scim/Users and not https://{host[:{port}/scim/Users you can not build an Uri from incomplete string |
Joakim (Sefriol)
commented
Jun 18, 2024
Good catch. Fixed. |
Garrett London (garrettlondon1)
commented
Sep 5, 2024
Whats the status of this PR? |
SwatKalashmat (SvatKalashmat)
commented
Oct 31, 2024
also interesting |
Joakim (Sefriol)
commented
Oct 31, 2024
Repository probably needs a complete rewrite. It has a lot of files which are almost impossible to figure out what they are for. And it seems like there is no current maintainers for this repository, so this PR will most likely go nowhere. |
Joakim (@Sefriol) , Can you please help to merge your updated version of this sample with .net v8.0 into AzureAD:master branch. |
Joakim (Sefriol)
commented
Mar 17, 2025
I would need input from the repository maintainers, but there seems to be none. |
AmitavaHazra
commented
Mar 17, 2025
Joakim (@Sefriol) Yes, can I somehow get this updated repository link where you have complete updated versioning of this sample using .net8.0 |
Uh oh!
There was an error while loading. Please reload this page.