Replies: 9 comments 1 reply
-
The project was created with only one kind of sport in mind, which is volleyball. That's why the the game logic is included in many classes. Team setup is not specific to volleyball, however, same as many other features like accounts, identity, backgroud task etc. In #139 a similar question was asked, also related to the build failing. Could you elaborate what exactly goes wrong? |
Beta Was this translation helpful? Give feedback.
-
Hi, I noticed you tagged this, just wanted to chime in, the error is mainly around the startup WebApplicationBuilder.WebHost, I managed to resolve it by upgrading to .NET 9 which also runs to 2026, not sure what the diff was with .NET 8 LTS I like how you organized your code, its got focus on sports and solve one set of problems well, I am trying to repurpose to another game. BTW I had a chance to see your calendar site and was curious why was that site different from this site, or is it the same. I thought events would go hand in hand. |
Beta Was this translation helpful? Give feedback.
-
TournamentCalendar allows for sport clubs to advertise their volleyball tournaments, which usually are onetime events taking place on weekends. This is the live website for it. You are right, sport events are closely related to a league, if we think of each match in a league was such an event. |
Beta Was this translation helpful? Give feedback.
-
If you have a wish list or a roadmap maybe I can help on my end with whatever I can do |
Beta Was this translation helpful? Give feedback.
-
Thanks man, the new build works much better, BTW .NET 8 was also a smooth upgrade and was easily able to do the nuget updates for the solution, you should check it out. C
|
Beta Was this translation helpful? Give feedback.
-
Hi
|
Beta Was this translation helpful? Give feedback.
-
is it possible to skip LlblGenPro, or get some promo under this use for this project. |
Beta Was this translation helpful? Give feedback.
-
Generally speaking, it is, but this means a lot of work.
We asked the vendor few years ago. At this time, they didn't support OSS projects. Maybe it makes sense reaching out to them again... |
Beta Was this translation helpful? Give feedback.
-
Can we replace LLbeanPro with https://marketplace.visualstudio.com/items?itemName=michaelsawczyn.EFDesigner2022 this is free and more robust |
Beta Was this translation helpful? Give feedback.
-
Dear Axuno, this is really cool, I am trying to use this in Cricket and lacrosse.
Can you please share which classes have the game logic and team setup/matches?
There are two test projects/sql and I was trying to see why my build is failing in .NET 8, should I focus on one specifically?
Audits, we have to be careful on who is logging in actions, there are some free Open audit C# libraries can we use them.
Thanks
Please advise
Beta Was this translation helpful? Give feedback.
All reactions