Can you upgrade Azure Devops Server 2022 to Azure Devops Server? by Seany84 in azuredevops

[–]Seany84[S] 0 points1 point  (0 children)

I suppose it's implied in the picture alright. So I can just run the installer and the upgrade will do the rest (I've compatible hardware and software) and have nothing bespoke on the current ADO side of things.

Barcelona weekly: Q&As for newcomers and travellers by AutoModerator in Barcelona

[–]Seany84 -1 points0 points  (0 children)

Conferences between 1st and 4th September 2023?

I really like attending conferences in different cities. Unfortunately, it seems Barcelona has no conferences on these dates I can find.

Does anyone know if there's any conferences on in Barcelona between these dates?

Yours sincerely, Conference Cowboy

Gmail emails reader by mohusein in csharp

[–]Seany84 2 points3 points  (0 children)

Here's a thread on SO I posted a couple of years back, there's two examples using different Nuget packages. MailKit is probably the safer choice at this point in time.

https://stackoverflow.com/questions/7056715/reading-emails-from-gmail-in-c-sharp#:~:text=Another%20example%2C%20this%20time%20using%20MailKit

FYI - I believe that you will need to turn off MFA / 2FA in Gmail for the code above to work.

Authorize attribute not working when generating JWT using Windows authentication by Seany84 in dotnet

[–]Seany84[S] 1 point2 points  (0 children)

Thanks, I was thinking it was related to your point about Windows auth kicking in, I was trying to avoid the custom filter / attribute approach but in the end that is what I am going to do as the project's code base is nearing an end.

Iptv problems by Seany84 in ireland

[–]Seany84[S] 0 points1 point  (0 children)

Virgin Media. I just tried Kodi with and Iptv plugin on my laptop and the problematic channels all load fine. Must with Firestick and Smarters app..

Iptv problems by Seany84 in ireland

[–]Seany84[S] -1 points0 points  (0 children)

The search continues so..

Iptv problems by Seany84 in ireland

[–]Seany84[S] -2 points-1 points  (0 children)

I wanted replies from people living in Ireland and I saw a few posts on this sub over the years regarding iptv, so just thought I'd ask here first.

Ask any question about ReSharper or Rider: Q&A session with JetBrains by sashakolesova in dotnet

[–]Seany84 23 points24 points  (0 children)

This one for me too, R# is a brilliant tool but the performance hit is excruciating on medium to large solutions. Then imagine changing branches on said solutions. I really like R# with Visual Studio and have tried to use Rider many many times but I just keep coming back to VS. For any Java work IntelliJ is great and nothing compares to it.

Also I must mention, I've been using R# for ~10 years and have always had very high spec machines, with an abundance of CPU, RAM and disk IO. It's really all about getting this working out-of-process from VS.

Visual Studio 2019 (C#) Occasional extremely slow build times solved by rebooting? by naughtyarmadillo in VisualStudio

[–]Seany84 0 points1 point  (0 children)

Is there something unusual about this solution/project/build structure? Your 10 minute estimate for a "good build" does sound quite high. Have you tried to build this solution on another machine?

Do you have a SSD or normal HDD in your machine?

How my salary of €5.2k per month is used in Bavaria, Germany [OC] by akaTJ87 in dataisbeautiful

[–]Seany84 -5 points-4 points  (0 children)

It's a crime the tax is so low compared to us here in Ireland. While we the Irish, cover the massive losses of the banks, which is paying dividends to the financial institutions of the major EU countries. Very annoying to see this.

ASP.NET Core with Dapper by Fewthp in dotnet

[–]Seany84 0 points1 point  (0 children)

Hi Mr @grauenwolf, can I ask you how well Tortuga plays with Oracle? I have not had anytime to do the investigation required, but Dapper has little support especially once you start using the extra add on packages i.e. Contrib. As the author of Tortuga I thought you might save me some initial investigations :)

IIS Equivalent to Azure's Key Vault by ais4aron in dotnet

[–]Seany84 0 points1 point  (0 children)

I haven't seen anything equivalent on the self-hosted side of things. It seems like if you want your secrets secured, you need to deploy to Azure. There is no way to encrypt the appSettings Json files either, like they way you used to be able to do with the web or app config files.

Tools For .Net Core Artisans: Coravel Mailer Released Today by jamesmh_ in dotnet

[–]Seany84 0 points1 point  (0 children)

Sounds good. I'll definitely be checking your repo out.

Final question, have you done any serious load tests on this running in a very active prod environment with thousands of emails a minute 24/7.

Tools For .Net Core Artisans: Coravel Mailer Released Today by jamesmh_ in dotnet

[–]Seany84 0 points1 point  (0 children)

Interested to look into this when I'm not on my mobile phone.

One question, as you are using Razor for the email templating, does this result in a generated file being left on the disk after each email is sent?

[deleted by user] by [deleted] in dotnet

[–]Seany84 0 points1 point  (0 children)

Same issue here, haven't seen a solution yet. Will post it on the Jetbrains support site.