Load site modules...
lade...
random avatar

aristurtle - Network

Posts Subscribe

Anyone using #visualstudio can you help explain why this is occuring?When i do "Add > New Class" for a "shared...

https://mastodon.gamedev.place/@...

Anyone using 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...
https://mastodon.gamedev.place/@...

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...

https://mastodon.gamedev.place/@...

I wanted to implement a self hosted Elastic APM setup for telemetry in our 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 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...
https://mastodon.gamedev.place/@...

Is there any reason to -not- check the environment of the builder -inside- the options Action<T> parameter here? Like, is there a...

https://mastodon.gamedev.place/@...

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...
https://mastodon.gamedev.place/@...

Most important #csharp #dotnet question. In this situation are you a hard-coder or a nameof() kind of person?For what it's worth,...

https://mastodon.gamedev.place/@...

Most important 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,...
https://mastodon.gamedev.place/@...

When using the Options pattern, how would I get the options while setting up the services? Or am I thinking about this completely...

https://mastodon.gamedev.place/@...

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...
https://mastodon.gamedev.place/@...

Hey #dotnet you know what would be neat? Nullable static type analysis when returning named tuples.Is this something that may come in the...

https://mastodon.gamedev.place/@...

Hey 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...
https://mastodon.gamedev.place/@...

My dog is cooler than your dog

https://mastodon.gamedev.place/@...

My dog is cooler than your dog

15.4.2023 19:29My dog is cooler than your dog
https://mastodon.gamedev.place/@...

For reference, this is for a profiling middleware I'm writing for work.I'd like to include the subsequent static file requests like...

https://mastodon.gamedev.place/@...

For 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...
https://mastodon.gamedev.place/@...

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...

https://mastodon.gamedev.place/@...

HI 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...
https://mastodon.gamedev.place/@...

Dungeon Siege 2 dialog is peek gaming#dungeonsiege#dungeonsiege2

https://mastodon.gamedev.place/@...

Dungeon Siege 2 dialog is peek gaming


31.3.2023 01:44Dungeon Siege 2 dialog is peek gaming#dungeonsiege#dungeonsiege2
https://mastodon.gamedev.place/@...

MonoGame.Aseprite Version 5.0.1 is available on NuGet. Hotfix to resolve mgcb-editor reference issue.Documentation:...

https://mastodon.gamedev.place/@...

MonoGame.Aseprite Version 5.0.1 is available on NuGet. Hotfix to resolve mgcb-editor reference issue.

Documentation: monogameaseprite.net

Release Notes: github.com/AristurtleDev/monog

28.3.2023 18:40MonoGame.Aseprite Version 5.0.1 is available on NuGet. Hotfix to resolve mgcb-editor reference issue.Documentation:...
https://mastodon.gamedev.place/@...

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.

https://mastodon.gamedev.place/@...

It's a 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.
https://mastodon.gamedev.place/@...

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...

https://mastodon.gamedev.place/@...

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...
https://mastodon.gamedev.place/@...

Day 2 of no solution on this.Maybe I should just write my own documentation editorUsing #maui #dotnet #csharp...

https://mastodon.gamedev.place/@...

Day 2 of no solution on this.

Maybe I should just write my own documentation editor

Using

mastodon.gamedev.place/@aristu

9.3.2023 17:21Day 2 of no solution on this.Maybe I should just write my own documentation editorUsing #maui #dotnet #csharp...
https://mastodon.gamedev.place/@...

I've looked into this before and the best answer was to use the <inheritdoc /> with a cref attribute to an external file. But...

https://mastodon.gamedev.place/@...

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...
https://mastodon.gamedev.place/@...

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...

https://mastodon.gamedev.place/@...

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...
https://mastodon.gamedev.place/@...

Hey #dotnet #csharp mastodon, serious question/curiosity.Take a look at the List.cs file at...

https://mastodon.gamedev.place/@...

Hey mastodon, serious question/curiosity.

Take a look at the List.cs file at github.com/dotnet/runtime/blob

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...
https://mastodon.gamedev.place/@...

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...

https://mastodon.gamedev.place/@...

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.

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...
https://mastodon.gamedev.place/@...

Alright, I went with the Hotfix approach and updated the patch version instead of a major version update.Thanks everyone for the input

https://mastodon.gamedev.place/@...

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 input
https://mastodon.gamedev.place/@...

I 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...

https://mastodon.gamedev.place/@...

I 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...
https://mastodon.gamedev.place/@...
Subscribe
To add news/posts to your profile here, you must add a link to a RSS-Feed to your webfinger. One example how you can do this is to join Fediverse City.
         
Webfan Website Badge
Nutzungsbedingungen   Datenschutzerklärung  Impressum
Webfan | @Web pages | Fediverse Members

⬆️

⬇️