-
Running the following code:
```cs
[TestMethod]
public void TripleDesKeyTest()
{
byte[] key = new byte[16] { 3, 3, 3, 5, 222, 13, 155, 55, 122, 123, 165, 187, 188, 1, 11, 133 };
byte[] data =…
-
- [x] [Mono Method Body Replacement](https://github.com/dotnet/runtime/issues/44806)
- [ ] [Build performance optimization](https://github.com/dotnet/aspnetcore/issues/22566)
- [ ] Via `dotnet watch…
-
Original discussion for webapi from [here](https://github.com/domaindrivendev/Swashbuckle/issues/412).
I'm using [`Westwind.Utilities.Expando`](https://github.com/RickStrahl/Westwind.Utilities/blob…
-
This is a followup to issue #12904 in which I asked for help with runtime hosting the .NET Core CLR and instantiating a .NET object and passing it back as a COM object. This worked fine up until .NET …
-
This didn't happen on my old PC but now it is on my new one. Looks like something related to the file watcher? Why can't it get a path? Any ideas?
```
watch : Started
Starting Planner.Server we…
-
I've forked the project to try and debug some issues that are different between it and my own MetaWeblog project and I can't build the project.
Mostly due to a bad restore (Westwind.Utilities with…
-
Hi Rick,
when I try to install your NuGet package into one of my projects, I get the following error:
```
Install-Package : Project 'Default' is not found.
At line:1 char:1
+ Install-Package …
-
To be consistent with other ASP.NET Core libraries, namely the Microsoft ones, e.g.
[Microsoft.AspNetCore](https://www.nuget.org/packages/Microsoft.AspNetCore/), would it be an idea to change the na…
-
https://github.com/RickStrahl/Westwind.AspNetCore.Markdown
-
Hello,
First to say: This project is awesome! Thanks for great work!
**The problem:**
I would like to render md files with usage of helper inside my view. File content is rendered fine but exte…