Anyone using #visualstudio can you help explain why this is occuring?
When i do "Add > New Class" for a "shared project" type, it does not pull up the Add New File dialog with the Class item type as expected.
However if I do "Add > New Class" from a standard .csproj project, it works as expected.
12.6.2023 17:12Anyone using #visualstudio can you help explain why this is occuring?When i do "Add > New Class" for a "shared...I wanted to implement a self hosted Elastic APM setup for telemetry in our #dotnet apps.
Came back from our central IT dept that they already use something called New Relic for other things and we can hook into it.
Any #dotnet devs have any experience using New Relic?
19.5.2023 17:34I wanted to implement a self hosted Elastic APM setup for telemetry in our #dotnet apps.Came back from our central IT dept that they already...Is there any reason to -not- check the environment of the builder -inside- the options Action<T> parameter here?
Like, is there a reason it should be done outside the options Action<T> parameter and not inside?
8.5.2023 20:11Is there any reason to -not- check the environment of the builder -inside- the options Action<T> parameter here? Like, is there a...Most important #csharp #dotnet question. In this situation are you a hard-coder or a nameof() kind of person?
For what it's worth, I'm a nameof. I will use and abuse it every chance I get.
28.4.2023 15:45Most important #csharp #dotnet question. In this situation are you a hard-coder or a nameof() kind of person?For what it's worth,...When using the Options pattern, how would I get the options while setting up the services?
Or am I thinking about this completely wrong?
21.4.2023 18:11When using the Options pattern, how would I get the options while setting up the services? Or am I thinking about this completely...Hey #dotnet you know what would be neat? Nullable static type analysis when returning named tuples.
Is this something that may come in the future?
18.4.2023 16:57Hey #dotnet you know what would be neat? Nullable static type analysis when returning named tuples.Is this something that may come in the...My dog is cooler than your dog
15.4.2023 19:29My dog is cooler than your dogFor reference, this is for a profiling middleware I'm writing for work.
I'd like to include the subsequent static file requests like for the css and js for a page in the same profiling statistic as the page itself, but I need a way to match them up.
12.4.2023 18:28For reference, this is for a profiling middleware I'm writing for work.I'd like to include the subsequent static file requests like...HI #asp #dotnet is there something I can use in a custom middleware to group requests that happen for a single page?
For instance, if the user loads the index page, a request is sent for /index, then when the DOM loads, a request is sent for the CSS, JS, etc content.
I looked into using the HttpContext.TraceIdentifier, but the ConnectionID part is based on DateTime.UtcNow.Ticks, which can generate a different value for each subsequent request.
12.4.2023 18:24HI #asp #dotnet is there something I can use in a custom middleware to group requests that happen for a single page?For instance, if the...Dungeon Siege 2 dialog is peek gaming
31.3.2023 01:44Dungeon Siege 2 dialog is peek gaming#dungeonsiege#dungeonsiege2MonoGame.Aseprite Version 5.0.1 is available on NuGet. Hotfix to resolve mgcb-editor reference issue.
Documentation: https://monogameaseprite.net
Release Notes: https://github.com/AristurtleDev/monogame-aseprite/releases/tag/version%2F5.0.1
28.3.2023 18:40MonoGame.Aseprite Version 5.0.1 is available on NuGet. Hotfix to resolve mgcb-editor reference issue.Documentation:...It's a #popnmusic kind of day.
Anyone else play Pop'n Lively? I have no friends added. Actually not even sure how to add friends lol.
25.3.2023 18:30It's a #popnmusic kind of day.Anyone else play Pop'n Lively? I have no friends added. Actually not even sure how to add friends lol.Writing a document for how we map the data from a MARC-21 record to a Solr document that is indexed and stored in the backend Apache Solr datastore. Having to explain the difference in an indexed field vs a stored field. Having to explain how copy fields work, why they are used, and what stemming is.
I just want to write some code :(
15.3.2023 17:52Writing a document for how we map the data from a MARC-21 record to a Solr document that is indexed and stored in the backend Apache Solr...Day 2 of no solution on this.
Maybe I should just write my own documentation editor
Using #maui
https://mastodon.gamedev.place/@aristurtle/109988567821575603
9.3.2023 17:21Day 2 of no solution on this.Maybe I should just write my own documentation editorUsing #maui #dotnet #csharp...I've looked into this before and the best answer was to use the <inheritdoc /> with a cref attribute to an external file. But this has two problems (1) it forces to write XML using the fully-qualified names of members, which is annoying and
(2) that's not being done in List.cs
So what, when, where, why, and how is this done? I just really wanna clean up the massive amounts of documentation from my FOSS library source files but still provide that documentation xml in the NuGet packages.
8.3.2023 16:20I've looked into this before and the best answer was to use the <inheritdoc /> with a cref attribute to an external file. But...I ask because I do my best to write the XML documentation for public facing parts of any library I write. I don't mind doing this, I like writing the docs
What I do mind is my code file being 90% XML and 10% c#.
How can I separate the two?
8.3.2023 16:20I ask because I do my best to write the XML documentation for public facing parts of any library I write. I don't mind doing this, I...Hey #dotnet #csharp mastodon, serious question/curiosity.
Take a look at the List.cs file at https://github.com/dotnet/runtime/blob/main/src/libraries/System.Private.CoreLib/src/System/Collections/Generic/List.cs
Where the hell are the XML documentation tags (like <summary>)?
What sorcery is being done to remove them from code but still have them generate for intellesense?
8.3.2023 16:19Hey #dotnet #csharp mastodon, serious question/curiosity.Take a look at the List.cs file at...Messing around with Silk.NET and wanted to see if I could get my AsepriteDotNet library to work with it.
Apparently I can
- Loading Aseprite file directly
- Flattening frame
- Converting color to byte data
- using byte data to create texture
Doing this though is showing me that I should probably do some updates to AsepritDotNet to bring over some of the things I put into the MonoGame.Aseprite library.
#silk #dotnet #csharp #aseprite
2.3.2023 03:28Messing around with Silk.NET and wanted to see if I could get my AsepriteDotNet library to work with it.Apparently I can- Loading Aseprite...Alright, I went with the Hotfix approach and updated the patch version instead of a major version update.
Thanks everyone for the input
27.2.2023 22:39Alright, I went with the Hotfix approach and updated the patch version instead of a major version update.Thanks everyone for the inputI also don't want to back burner this for a 5.0 release that adds in a bunch of other stuff since this is something I'd like to have fixed now instead of later.
27.2.2023 19:46I also don't want to back burner this for a 5.0 release that adds in a bunch of other stuff since this is something I'd like to have...⬆️
⬇️